My question is the following.
I'm making an android app and I'm going to implement the interface now.
The application works with an online parse where it picks up the data. (I plan to deploy as a service updating a database)
After the updates that the service does in the database, how will I update it in the user interface if new messages arrive while the user is in Activity?
In the case I thought about broadcasting warning of new messages the application.
Does anyone have any other suggestions on how to implement this solution?