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
- firebase
- Kotlin
- 밑줄
- FRAGMENT
- 코틀린
- androidstudio
- Activity
- ButtonWithButton
- EditText
- 랜덤ID
- BottomSheetDialog
- 안드로이드스튜디오
- ROOM
- Dialog
- 뷰바인딩
- 안드로이드
- RealtimeDB
- 안드로이드 스튜디오
- ArrayList
- MaterialButton
- firebasefunctions
- textview
- nav_graph
- Android
- ViewModel
- button
- lifecyclescope
- Imageview
- OutlinedButton
- 팝업액티비티
Archives
- Today
- Total
안드로이드 앱 개발
fragment의 add()와 replace()의 차이 본문
replace()는
기존의 존재하던 Fragment를 remove하고
FrameLayout에 호출한 새로운 Fragment를 그려주는 것이고
add()는
기존에 존재한 Fragment 위에 호출한 새로운 Fragment를 그려주는 것이다.
'안드로이드앱 > Fragment' 카테고리의 다른 글
액티비티에서 fragment를 refresh하는 방법 (0) | 2021.03.16 |
---|---|
fragment의 add()와 replace()의 차이 (0) | 2021.03.15 |
프래그먼트안에 리스트뷰 notifyDatasetchanged를 하려면 (0) | 2021.03.14 |