ProgressDialog

android 2020. 2. 10. 16:11
ProgressDialog progressDialog = new ProgressDialog(this);
progressDialog.setMessage("로딩중!");
progressDialog.show();

progressDialog.dismiss(); // 창닫기

'android' 카테고리의 다른 글

Fragment에서 Intent 호출시  (0) 2020.02.12
GestureDetector Swipe  (0) 2020.02.12
연락처 가져오기  (0) 2020.02.05
갤러리 이미지 가져오기  (0) 2020.02.05
SQLite 사용법  (0) 2020.02.05
블로그 이미지

디츠

“말은 쉽지, 코드를 보여줘.” “Talk is cheap. Show me the code.” – 리누스 토르발스(Linus Torvalds)

,