일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Android 12 대응
- OkHttp Interceptor
- 습관만들기
- WebView
- 66챌린지
- 안드로이드 카카오 로그인
- Kotlin FCM
- Android WebView
- Android 12
- Android DataBinding
- Java
- Android ProgressBar
- 안드로이드
- MVP Architecture
- Android
- 안드로이드 갤러리 접근
- DataBinding
- Kotlin
- Android Interceptor
- 안드로이드 fcm
- Android Navigation
- scope function
- Android ViewPager2
- 알고리즘 자바
- android recyclerview
- 카카오 알고리즘
- 프로그래머스 알고리즘
- Android Jetpack
- 영어독립365
- 영어공부
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