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
- 알고리즘
- Behavior
- BOJ
- CustomView
- HTTP
- ViewModel
- room
- CollapsingToolbarLayout
- onMeasure
- DataBinding
- notification
- View
- onLayout
- lifecycle
- Android
- sqlite
- 백준
- AppBarLayout
- LiveData
- recyclerview
- Navigation
- CoordinatorLayout
- Algorithm
- hilt
- activity
- 안드로이드
- 알림
- Coroutine
- 코틀린
- kotlin
Archives
- Today
- Total
목록BottomNavigationView (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