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
- RealtimeDB
- EditText
- 안드로이드
- 안드로이드 스튜디오
- Android
- 뷰바인딩
- 안드로이드스튜디오
- ROOM
- ViewModel
- OutlinedButton
- FRAGMENT
- BottomSheetDialog
- Dialog
- Activity
- ArrayList
- 팝업액티비티
- MaterialButton
- lifecyclescope
- Kotlin
- 코틀린
- firebasefunctions
- firebase
- Imageview
- button
- 랜덤ID
- 밑줄
- ButtonWithButton
- nav_graph
- androidstudio
- textview
Archives
- Today
- Total
목록BottomNavigationView (1)
안드로이드 앱 개발
BottomNavigationView에서 transaction already commit called 오류
전역 변수에 var fragmentTransaction = fragmentManager.beginTransaction() 선언을 하고 commit()을 한 후에 다시 transaction을 생성해줘야 한다고 한다. example fragmentTransaction.add(R.id.frame_container, fragmentCustomers).commit() fragmentTransaction = fragmentManager.beginTransaction() fragmentTransaction.add(R.id.frame_container, fragmentHome).commit() fragmentTransaction = fragmentManager.beginTransaction() fragmentTrans..
코틀린(Kotlin)공부
2021. 3. 28. 21:52