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