Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- TEST
- textview
- 안드로이드
- drift
- 테스트
- tabbar
- 앱바
- Coroutines
- ScrollView
- binding
- LifeCycle
- activity
- data
- livedata
- 계측
- Button
- 앱
- Flutter
- intent
- Navigation
- viewmodel
- textfield
- Compose
- scroll
- CustomScrollView
- appbar
- android
- Kotlin
- DART
- Dialog
Archives
- Today
- Total
목록setupActionBarWithNavController (1)
Study Record
[안드로이드] navigation 참고사항
😶 탐색하는 fragment 에 따라 app bar title 변경하기 activity 하나에 여러 fragment 를 탐색할 때 app bar 의 title 을 자동으로 변경할 수 있는 함수를 제공한다. (Activity) 바로 setupActionBarWithNavController() 함수이다. class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) val navFragment = supportFragmentManager .findFragmentById(..
안드로이드
2023. 8. 1. 20:59