I have an Android application where every so often the user evaluates an object, for example, looks out of 5, feels out of 5 and a name. Then I save this in the object and in general privileges. I have completed this part, but I am not sure how to proceed to the next bit.
What I want to do is make a list of friends and get them to get all the statistics from this person plus every time they click a button, he will send new statistics to everyone in your friends list. I also want to be able to log in to each friend and look at all his statistics, for example, I will send Billy to Bob, who he accepts and add to my friends list. Then he gets all my statistics, and I get him so that I can look at his statistics at any time.
What I'm looking for are tips on the best way to do this and where to start (I've already programmed a bit, but not many networks)? I understand that I can use SQLite or maybe even WebServices, but I'm not sure if this is the best way.
source share