0
My question is this:.
I’m making an android app and will implement the interface now.
The app works with an online parse where you take the data. ( I think of implementing as a service updating a database )
After the updates the service does in the database as I will update the user interface if new messages arrive while the user is in Activity ?
In case I thought of doing broadcast warning of new messages the application.
Does anyone have any other suggestion how to implement this solution ?
Is there an example of an organized code about something like this ? I say a simple class structure
– Bruno Novais