Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
i want to get list of online users in my android app like whatsapp and facebook and send data to one user to another user.
Posted
Comments
Richard MacCutchan 25-Sep-14 7:06am    
You will need to use the developer API for the system you plan to work with.
What have you tried?
Eldon Elledge 1-Oct-14 11:03am    
Are you talking about "online users" for your app or FB?

1 solution

If you are talking about for your app, set a flag in the database that is true when the login or perform other activities. Then you can query that flag when others login to display a list of online users. You may to track the time since last activity to show them as inactive or away. Also, I'm sure you would want to make sure that you are only showing friends that know each other so you will want to track that as well.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900