I want to develop an android platform app that manages the board game matches between my friends. I know almost nothing about android , and I have to start.
One of my questions is about saving the information from the results. So my question is:
How do you work with this storing information ?
Can I use local (client-side) database and distribute the result among other mobile phones? Or is it the right way to have a database in one hosting and focus all the information on it?
I think of building the application using html5 and its new features .