2
I want to develop a android platform app who manages the scoreboard of board games between my friends. I know almost nothing about android, and I need to start.
One of my questions is how to save the information from the results. So my question is:
What is the way to work with this storing information?
Can I use local database (on the client’s side) and distribute the result among other phones? Or the correct way is to have a database in a hosting and focus all the information on it?
I think about building the application using Html5 and its new features.
Have you ever heard of the phonegap?
– Marcos Henrique
Yes. Develops in HTML, CSS, and Javascript?
– durtto
exactly, is a great alternative, instead of doing direct on android, vc will have a hybrid application and with a lot of plugins
– Marcos Henrique
Got it. Now I want at least one idea about saving the information.
– durtto