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
- ArrayList
- textview
- MaterialButton
- EditText
- ButtonWithButton
- nav_graph
- Imageview
- 랜덤ID
- 팝업액티비티
- 안드로이드
- firebase
- ROOM
- BottomSheetDialog
- androidstudio
- button
- 코틀린
- FRAGMENT
- OutlinedButton
- 밑줄
- lifecyclescope
- 안드로이드 스튜디오
- 안드로이드스튜디오
- firebasefunctions
- Kotlin
- Dialog
- 뷰바인딩
- RealtimeDB
- Android
- Activity
- ViewModel
Archives
- Today
- Total
목록Dialog (2)
안드로이드 앱 개발
Custom Dialog 만들기
1. 먼저 dialog의 xml 을 만들어준다. 2. Dialog.kt 클래스 생성 package com.example.today_seyebrowktver import android.app.Dialog import android.content.Context import android.content.Context.INPUT_METHOD_SERVICE import android.util.Log import android.view.Window import android.view.inputmethod.InputMethodManager import android.widget.EditText import android.widget.TextView import android.widget.Toast import and..
안드로이드앱
2021. 6. 12. 15:52
Dialog에서 activity를 finish하고 싶다-Kotlin
requireActivity().finish()
카테고리 없음
2021. 5. 18. 01:59