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 |
Tags
- 알림
- onMeasure
- Navigation
- Algorithm
- View
- activity
- sqlite
- 코틀린
- HTTP
- AppBarLayout
- 알고리즘
- CollapsingToolbarLayout
- BOJ
- kotlin
- CoordinatorLayout
- ViewModel
- Android
- notification
- Behavior
- lifecycle
- onLayout
- hilt
- DataBinding
- CustomView
- Coroutine
- 백준
- LiveData
- 안드로이드
- room
- recyclerview
Archives
- Today
- Total
목록Media (1)
개발일지
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/l1duH/btq9CuTjdWR/n8t7INEO0obTPBgYv8ugLK/img.png)
확장형 알림 기존의 알림보다 훨씬 많은 알림을 제공하기 위해 확장형 알림을 사용할 수 있다. 코드 @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