Today's

길을 나서지 않으면 그 길에서 만날 수 있는 사람을 만날 수 없다

반응형

FCM 3

안드로이드 앱 만들기 : Firebase Cloud Messageing 수신

앞에서 python 코드를 이용해서 random 숫자를 만들고 FCM 전송하는 코드를 구현해 보았다면, 이번에 그걸 이용해서 수신하는 앱을 하나 만들어 볼 차례다. https://billcorea.tistory.com/179 자작 앱 설명서 : 로또에 관심 있으세요? https://play.google.com/store/apps/details?id=com.billcoreatech.getLotto Get Lotto 로또 번호를 드립니다. - Google Play 앱 매주 요청한 요일에 로또 번호를 무작위로 보내 드립니다. play.google.com 앱을.. billcorea.tistory.com 코드 구현은 kotlin으로 해 보았다. 이제 걸음마 단계이기 때문에 코드가 조금 길어질 수 도 있지만, 아직..

자작 앱 설명서 : 로또에 관심 있으세요? (FCM 전송하기 feat Python)

https://play.google.com/store/apps/details?id=com.billcoreatech.getLotto Get Lotto 로또 번호를 드립니다. - Google Play 앱 매주 요청한 요일에 로또 번호를 무작위로 보내 드립니다. play.google.com 앱을 하나 또 게시했어요. 기능 구현을 위해서 firebase을 사용하고 번호 전달을 위해 python을 이용했습니다. random 번호를 추출하기 때문에 당첨이 되거나 하지는 않겠지만, python을 이용해서 firebase readtime database을 활용하는 방법이 나올 듯합니다. 또한 24시간 365일 컴터 하나를 켜 두어야 하는데, 그럴 수는 없으니, rasberry pi 3을 사용하기로 했습니다. os는 l..

자작앱 설명서 2022.04.10

android Firebase Cloud Message 보내고 받아보기 ...

https://medium.com/nybles/sending-push-notifications-by-using-firebase-cloud-messaging-249aa34f4f4c Sending Push Notifications by Using Firebase Cloud Messaging Ever wondered how does your smartphone receive and handle notifications whether be in foreground, background or even killed? medium.com 앱을 만들꺼다... 저번에 하던 geofences 관련된 앱도 만들고 있는 중이고, 진척이 더디다... 그래도 만들꺼다. 이번에는 FCM 을 이용해서 message push 을 해 ..

반응형