일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 폼메일
- C#
- 우분투
- 안드로이드 푸쉬
- 안드로이드
- 설치
- html5
- php 시큐어코딩
- Mail Server
- FCM
- C# IO
- WebView
- UML
- 자동 생성
- PHP
- android 효과음
- mysql
- 안드로이드 푸시
- soundpool
- dovecot
- javascript
- 안드로이드 gcm
- not working
- curl
- chart.js
- Android
- 자바스크립트
- xe
- php 취약점
- roundcube
- 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..