I am a newbie to android apps. I am just exploring it...
I have a plan to build a chat application in android.
1) A user needs to sign up and get the login details from my server. 2) Then the user can login with the credentials provided by us and the list of online users(registered through our server) will be available to him on the app screen. 3) He can chat with the user he wants to. 4) I want to save the chat history in my backend too if user wishes.
What do you think are the best practices for such an application? Like what the chat server should be composed of (php + mysql) or something like that...