블로그
- [android]dialog full screen방법 Popup popup = new Popup(MainActivity.this, android.R.style.Theme_Black_NoTitleBar_Fullscreen); 이 밑에 적용된다.. public Popup(@NonNull Context context, int theme) { s
- [android] webview window.open not working 해결방법 [android] webview window.open not working 해결방법 javascript 실행 시켜서 window.open 할려고 햇는데.. dialog = new Dialog(this); dialog.setContentView(newWebView); dialog.show(); newWebView.setWebChromeClient
- DatePicker 만들기 Android DatePicker 사용하기DatePickerDialog.DatePicker.Java Main.xml DatePicker 만들기 Android DatePicker 사용하기 DatePicker 만들기 Android DatePicker 사용하기DatePickerDialog.DatePicker.Java In this tutorial, you'll create a DatePickerDialog, which presents the date picker in a floating dialog