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 |
Tags
- LiveData
- Coroutine
- activity
- View
- CustomView
- Navigation
- AppBarLayout
- sqlite
- Algorithm
- onMeasure
- HTTP
- kotlin
- CollapsingToolbarLayout
- notification
- recyclerview
- hilt
- 알림
- Android
- room
- 코틀린
- 백준
- BOJ
- ViewModel
- 알고리즘
- lifecycle
- DataBinding
- onLayout
- CoordinatorLayout
- 안드로이드
- Behavior
Archives
- Today
- Total
목록AppBarConfiguration (1)
개발일지
Android in A..Z - Navigation (Material Design)
Material Design Material Design에서 제공하는 요소들을 Navigation을 통해 쉽게 구현할 수 있습니다. Toolbar ... android:label을 통해 Toolbar의 Title을 설정할 수 있다. binding.toolbar.setupWithNavController(findNavController()) Toolbar의 setupWithNavController를 사용해서 지정할 수 있다. val appBarConfiguration = AppBarConfiguration(setOf(R.id.main, R.id.profile)) binding.toolbar.setupWithNavController(findNavController(), appBarConfiguration) 경..
Android (안드로이드)/Navigation
2021. 4. 6. 06:51