Skip to content Skip to sidebar Skip to footer

Message Application For Client Server

Hope you all are doing well. I want to create an application like passing messages between Client(Android App) and Server(PHP). There is many Clients and one Server. In my app I wa

Solution 1:

JSON is a good choice: You will be able to deserialize using Jackson or Googlegson.

Use a Rest Architecture so that your server could be usable with another device(iphone,windows phone)

Post a Comment for "Message Application For Client Server"