일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- MS-SQL
- MSsql
- SpringSource Tool Suite
- WebView
- 안드로이드
- C#
- 자바
- 웹뷰
- Maven
- 웹 서비스
- Android
- varags
- scrollView
- asp.net
- javascript
- Redirect
- 이클립스
- Bootstrap
- Apache Lucene
- 자바스크립트
- Java
- TextBox
- decompiler
- MANTIS
- Eclipse
- Web Service
- jsp
- 컬럼명
- html
- STS
- Today
- Total
목록Mobile Programming/Android (25)
bboks.net™
onJsAlert을 이용해서 다이얼로그를 띄운 후 백버튼을 클릭하면 화면이 먹통되는 현상 발생다이얼로그에 아래의 OnCancelListener 추가 해주면 됨 new AlertDialog.Builder(this, AlertDialog.THEME_HOLO_LIGHT) .setOnCancelListener(new OnCancelListener() { @Override public void onCancel(DialogInterface dialog) { result.cancel(); } }); [출처] 웹뷰 WebChromeClient 사용시 onJsAlert 다이얼로그등 표시후 먹통일 때
/** * This method convets dp unit to equivalent device specific value in pixels. * * @param dp A value in dp(Device independent pixels) unit. Which we need to convert into pixels * @param context Context to get resources and device specific display metrics * @return A float value to represent Pixels equivalent to dp according to device */ public static float convertDpToPixel(float dp,Context con..
ScrollView에 아래 property 추가android:fillViewport="true" [출처] View inside ScrollView doesn't take all place[참고] ScrollView’s handy trick