notification

Android Notification Example

This post is about android notification, how to create a simple notification, notification styles, how to add actions in notifications with the help of simple android application. Notification A Notifications provide short, timely information about events happened in the application, even if the application is not running. Creating a Basic Notification A notification in its […]

Android Notification Example Read More »

Android Firebase Cloud Messaging Example

What is Firebase Cloud Messaging? It is a service provided by Google. Google says  “Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably deliver messages at no cost.” So it is free and at the same time easy to use. Previously we were using Google Cloud Messaging, but nowadays GCM is

Android Firebase Cloud Messaging Example Read More »