-4

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 :

need to show the online/offline status here

Bishnu Dudhraj
  • 277
  • 2
  • 7
  • 22

1 Answers1

2

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.

Firebase

O_o
  • 1,103
  • 11
  • 36