반응형
Notice
Recent Posts
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
- google-login
- gradle
- 워치
- Java8
- NoSuchMethodError
- JNI
- mqtt
- Firebase
- Dva
- 오즈뷰어
- cloud-firestore
- Galaxy Watch
- git-push
- Android
- socket-server
- ActivityResult-API
- Kotlin
- socket-client
- git
- Flavors
- AWS
- firebase-database
- TIZEN
- OZViewer
- firebase-storage
- BottomSheetDialog
- mosquitto
- socket.io
- hung-up
- ozd
Archives
- Today
- Total
목록BottomSheetDialog (1)
Hyeyeon blog
1. BottomSheetDialogFragment 를 상속받는 Fragment 생성 1-1. dialog_bottomsheet.xml 1-2. BottomDialogFragment.kt class BottomDialogFragment(var adapter: BottomDialogAdapter) : BottomSheetDialogFragment() { override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? { return inflater.inflate(R.layout.dialog_bottomsheet,container,false) } override fun onV..
개발/Android
2020. 11. 25. 11:00