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