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
- EditText
- Android
- lifecyclescope
- 랜덤ID
- MaterialButton
- 밑줄
- firebasefunctions
- ButtonWithButton
- ROOM
- androidstudio
- Activity
- FRAGMENT
- 안드로이드스튜디오
- 안드로이드 스튜디오
- Kotlin
- firebase
- Dialog
- BottomSheetDialog
- button
- 뷰바인딩
- nav_graph
- 팝업액티비티
- ViewModel
- 안드로이드
- RealtimeDB
- Imageview
- textview
- 코틀린
- OutlinedButton
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