Developing an Event Publishing Application

0

I am trying to make an application for events it is developing more as I will post the publications of the events in the application type will have an event in such corner I want this event to appear in the application as I do this for what I published appears in the application

    
asked by anonymous 18.07.2015 / 15:22

1 answer

0

As I understand it, your question is related to how to notify all users when there is a new in-app event added, right? In this case, you should use Push Notifications , which is a method that allows you to send information to a client even if it does not request it directly or is not using the application.

To use this type of service in Android applications, you can use GCM (Google Cloud Messaging) . Take a look there and when you have more specific questions, come back here and we will do our best to help.

    
18.07.2015 / 16:05