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
- 밑줄
- ButtonWithButton
- Activity
- firebase
- firebasefunctions
- ArrayList
- RealtimeDB
- lifecyclescope
- 뷰바인딩
- Imageview
- ViewModel
- Kotlin
- androidstudio
- MaterialButton
- 랜덤ID
- nav_graph
- Android
- 안드로이드스튜디오
- ROOM
- button
- EditText
- Dialog
- textview
- 안드로이드
- 코틀린
- 팝업액티비티
- 안드로이드 스튜디오
- OutlinedButton
- FRAGMENT
- BottomSheetDialog
Archives
- Today
- Total
안드로이드 앱 개발
프래그먼트안에 리스트뷰 notifyDatasetchanged를 하려면 본문
adapter.noti가 안먹는다.
따라서 액티비티에서 FragmentManger에서 다시 fragment를 생성하게끔 해야한다.
ex)
getSupportFragmentManager().beginTransaction().replace(R.id.frame_container, new Fragment_Memo()).commit();
'안드로이드앱 > Fragment' 카테고리의 다른 글
액티비티에서 fragment를 refresh하는 방법 (0) | 2021.03.16 |
---|---|
fragment의 add()와 replace()의 차이 (0) | 2021.03.15 |
fragment의 add()와 replace()의 차이 (0) | 2021.03.15 |