0
I’m developing an Android app where the home screen asks for user login. Simply put, a user can see the list of other registered users. I now need to implement an asynchronous chat. That is, the logged-in user selects a user from the list and can then send a message to them (only a single text). The other user receives the message (can view the messages in an icon of your menu) and can reply again.
How can I do that?
Search for Google Cloud Messaging
– Giancarlo Abel Giulian