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
- lifecyclescope
- Dialog
- BottomSheetDialog
- button
- ROOM
- 안드로이드스튜디오
- ViewModel
- 코틀린
- 팝업액티비티
- androidstudio
- 랜덤ID
- 안드로이드 스튜디오
- ButtonWithButton
- Activity
- 뷰바인딩
- Android
- FRAGMENT
- ArrayList
- EditText
- Kotlin
- textview
- MaterialButton
- firebase
- RealtimeDB
- 안드로이드
- Imageview
- OutlinedButton
- 밑줄
- firebasefunctions
- nav_graph
Archives
- Today
- Total
목록Activity (3)
안드로이드 앱 개발
kotlin에서 Activity.this는 ...
this@Activity이름
안드로이드앱
2021. 6. 19. 18:18
Activty의 Stack 관리 - Kotlin
* 로딩화면을 구현하다가 Activity의 스택을 관리해줘야 할 필요를 느꼈다. (로딩화면의 스택을 안 비운다면, 백버튼으로 앱을 종료시 로딩화면이 다시 나타나기 때문) val intent = Intent(applicationContext, ActivityMain::class.java) startActivity(intent) this.finish()
안드로이드앱
2021. 5. 31. 22:34
Dialog에서 activity를 finish하고 싶다-Kotlin
requireActivity().finish()
카테고리 없음
2021. 5. 18. 01:59