I am searching for 5 days how to check and show users-list online/offline in my android messenger app.I am new in android and i need suggestions.
I need to check and show users on/offline status :
I am searching for 5 days how to check and show users-list online/offline in my android messenger app.I am new in android and i need suggestions.
I need to check and show users on/offline status :
I did it the following, not that it is the only way.
I used push notification system. When a user comes online, it sends a notification to the server, server checks its friends so that it knows whom to notify, then send another push to the correspondence devices. On reciever, instead of pop up, I just changed the view or etc...
I did that long ago with GCM for a company. Firebase is the new GCM. Not sure if it's the most helpful way but it works.