How to send a push notification
问题 What is a service that i can use to send a notification to an Android device? I want it so i can send it in real time! 回答1: You have to use GCM - Google cloud messaging for sending push notifications to Device. Refer to demo application given in android developer site. GCM Demo Application And main link is - Google Cloud Messaging for Android 回答2: I think the best way to send notifications in Android is FCM(Firebase cloud message ), and this service is also from google which is a replacement