Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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...

share|improve this question
Hi Kalai. Have you found any solution for this? – Kalai.G Apr 24 at 10:48

migrated from android.stackexchange.com Feb 4 at 14:12

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.