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