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

확장형 알림 기존의 알림보다 훨씬 많은 알림을 제공하기 위해 확장형 알림을 사용할 수 있다. 코드 @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