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
- 코틀린
- View
- CollapsingToolbarLayout
- Android
- lifecycle
- DataBinding
- notification
- 알림
- LiveData
- BOJ
- ViewModel
- room
- sqlite
- HTTP
- CoordinatorLayout
- Behavior
- kotlin
- Navigation
- Algorithm
- 알고리즘
- Coroutine
- recyclerview
- hilt
- 백준
- 안드로이드
- onLayout
- CustomView
- AppBarLayout
- onMeasure
- activity
Archives
- Today
- Total
목록프로그래스 (1)
개발일지
Android in A..Z - Notification (Extend)
확장형 알림 기존의 알림보다 훨씬 많은 알림을 제공하기 위해 확장형 알림을 사용할 수 있다. 코드 @Singleton class ExtendNotificationManager @Inject constructor( @ApplicationContext private val context: Context ) { companion object { private const val CHANNEL_ID_IMPORTANCE_HIGH = "com.taetae98.notification.EXTEND.IMPORTANCE_HIGH" private const val CHANNEL_ID_IMPORTANCE_LOW = "com.taetae98.notification.EXTEND.IMPORTANCE_LOW" private const..
Android (안드로이드)/Notification
2021. 7. 15. 16:24