Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Imageview
- EditText
- firebasefunctions
- button
- 안드로이드
- ViewModel
- nav_graph
- 팝업액티비티
- Kotlin
- RealtimeDB
- androidstudio
- textview
- 안드로이드스튜디오
- 코틀린
- ButtonWithButton
- Activity
- ArrayList
- 밑줄
- Dialog
- 안드로이드 스튜디오
- BottomSheetDialog
- 랜덤ID
- FRAGMENT
- OutlinedButton
- 뷰바인딩
- Android
- firebase
- ROOM
- lifecyclescope
- MaterialButton
Archives
- Today
- Total
목록뒤로가기 (1)
안드로이드 앱 개발
뒤로가기 버튼을 눌렀을 때, 토스트 띄우고 앱 종료 - Java
private long time = 0; @Override public void onBackPressed(){ if(System.currentTimeMillis()-time>=2000){ time=System.currentTimeMillis(); Toast.makeText(getApplicationContext(),"뒤로 버튼을 한번 더 누르면 종료합니다.",Toast.LENGTH_SHORT).show(); }else if(System.currentTimeMillis()-time
안드로이드앱
2021. 4. 12. 20:55