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
- ButtonWithButton
- BottomSheetDialog
- Android
- Kotlin
- Activity
- 뷰바인딩
- 안드로이드스튜디오
- MaterialButton
- ViewModel
- textview
- firebasefunctions
- OutlinedButton
- button
- RealtimeDB
- 팝업액티비티
- lifecyclescope
- 밑줄
- ArrayList
- 안드로이드 스튜디오
- 코틀린
- EditText
- 랜덤ID
- ROOM
- firebase
- 안드로이드
- Imageview
- nav_graph
- FRAGMENT
- Dialog
- androidstudio
Archives
- Today
- Total
목록TimePicker (1)
안드로이드 앱 개발
NumberPicker를 활용한 Custom TimePicker - Kotlin
binding.rsvTimeLayout.setOnClickListener { val dialog = AlertDialog.Builder(this).create() val edialog: LayoutInflater = LayoutInflater.from(this) val mView: View = edialog.inflate(R.layout.dialog_custom_timepicker, null) val hour: NumberPicker = mView.findViewById(R.id.hour_picker) val minute: NumberPicker = mView.findViewById(R.id.min_picker) val cancel: TextView = mView.findViewById(R.id.canc..
카테고리 없음
2021. 5. 3. 01:21