일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- OkHttp Interceptor
- Kotlin FCM
- 안드로이드 갤러리 접근
- android recyclerview
- Java
- Android Jetpack
- Android
- 안드로이드 fcm
- Android WebView
- scope function
- Android 12 대응
- 알고리즘 자바
- Android ProgressBar
- Kotlin
- 영어독립365
- 안드로이드
- 카카오 알고리즘
- WebView
- 안드로이드 카카오 로그인
- 습관만들기
- Android 12
- Android ViewPager2
- Android DataBinding
- 66챌린지
- DataBinding
- 영어공부
- Android Navigation
- 프로그래머스 알고리즘
- Android Interceptor
- MVP Architecture
Archives
- Today
- Total
목록PendingIntent (1)
Developer Geek
[Android] PendingIntent 란
PendingIntent 란 어디서 PendingIntent를 사용했나? 나는 PendingIntent를 Notification을 구현하는 중 학습하는 중 처음으로 사용하게 되었다. FCM을 통해서 푸시 알림을 구현하는데 FCM 사용에 대해서만 초점을 맞추어서 당시에는 Notification에 들어가는 PendingIntent에는 크게 신경쓰지 않고 구글링하여 사용했었다. 단지 PendingIntent는 단어 뜻 그대로 대기하고 있는 Intent로써 Notification을 클릭했을 때, 동작하는 Intent 명시 정도로만 이해했다. 하지만 최근에 Android 12(targetSdk 31) 대응에 대해 학습하던 중, PendingIntent의 (im)mutablility를 명시하지 않으면 안된다는 내용..
안드로이드
2022. 10. 1. 10:40