일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- UML
- 설치
- C#
- C# IO
- chart.js
- Mail Server
- php 취약점
- 자동 생성
- android 효과음
- 자바스크립트
- 안드로이드 푸시
- curl
- WebView
- Android
- soundpool
- dovecot
- not working
- javascript
- PHP
- php 시큐어코딩
- xe
- mysql
- roundcube
- html5
- 안드로이드
- FCM
- 우분투
- 폼메일
- 안드로이드 푸쉬
- 안드로이드 gcm
- Today
- Total
목록camera (2)
그러냐
http://stackoverflow.com/questions/12131025/android-preventing-webview-reload-on-rotate 방법 1 41down voteacceptedI think the main problem is that you call web.loadUrl(webURL); also when savedInstanceState != nullEDITTry:if (savedInstanceState == null) { web.loadUrl(webURL); }EDIT2: You also need the onSaveInstanceState and onRestoreInstanceState override.@Override protected void onSaveInstanceSta..
=====파일첨부===== http://stackoverflow.com/questions/3748568/how-can-i-launch-androids-email-activity-with-an-attachment-attached-in-the-emaihttp://stackoverflow.com/questions/2264622/android-multiple-email-attachment-using-intent-questionhttp://blog.blackmoonit.com/2010/02/filebrowser-send-receive-intents.html public static void email(Context context, String emailTo, String emailCC, String subject..