로딩중 Dialog 간단하게 구현하기
프로그래밍/Android (Java)2018. 8. 9. 13:24
반응형
import android.app.ProgressDialog;
ProgressDialog dialog = ProgressDialog.show(MainActivity.this, "Please wait.", "Registering this device...", true);
현재 액티비티와 Dialog 의 제목, 내용을 적어줍니다.
반응형
'프로그래밍 > Android (Java)' 카테고리의 다른 글
현재 음량 확인 및 볼륨 조절하기 (0) | 2018.08.20 |
---|---|
Preferences 변화 감지 (0) | 2018.08.14 |
videoview 일시정지, 재개 (0) | 2018.07.26 |
Windows에서 Android 개발 환경 준비하기(Android Studio 설치) (0) | 2018.07.13 |
webview 에서 가로 스크롤 차단하기 (막기) (0) | 2018.07.11 |
댓글()