일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 안드로이드 갤러리 접근
- 카카오 알고리즘
- Android Jetpack
- Android
- android recyclerview
- MVP Architecture
- Android Navigation
- scope function
- WebView
- 안드로이드 fcm
- Android DataBinding
- Android ViewPager2
- 안드로이드 카카오 로그인
- 프로그래머스 알고리즘
- Android Interceptor
- Android 12
- 66챌린지
- Kotlin
- 영어공부
- DataBinding
- Android 12 대응
- Kotlin FCM
- OkHttp Interceptor
- Java
- 안드로이드
- 영어독립365
- 알고리즘 자바
- 습관만들기
- Android WebView
- Android ProgressBar
Archives
- Today
- Total
목록Kotlin Notification (1)
Developer Geek
안드로이드 FCM 예제 - Part2 (앱 매니페스트 수정, FCM Token 등록, Notification 송수신)
앱 매니페스트 수정 포그라운드 앱의 알림 수신, 데이터 페이로드 수신, 업스트림 메시지 전송 등을 수행하기 위해서 서비스를 확장한다. FirebaseMessagingServiceUtil.kt package com.example.myfcmexample import android.app.NotificationChannel import android.app.NotificationManager import android.app.PendingIntent import android.content.Context import android.content.Intent import android.media.RingtoneManager import android.util.Log import androidx.core.app...
안드로이드/Service
2021. 10. 7. 20:00