Hi all
Sorry to post a question that has been asked before , it is just that all of the posts I have read I have struggled to understand and when trying the various methods struggled to see the results.
So my current project that I keep adding to is mainly one that I use for myself, This is an app more than a game as it is more of an educational app but you could treat it as an educational game app in some places. The part that I find long winded at the moment is adding new data to it each time. This app is used to help me learn French which I use in line with the "homework" I get from my tutor.
This is currently done by editing a text file outside of the project, adding into the project and then having to re-compile the project each time. So the data consists of verbs both regular and irregular which are help in separate text files and hold the French and English data . Then I have other text files that hold other data for this app.
My aim would be able to add the data to the app by creating a form entry for each section that allows me to enter e.g. new verbs both their French and English counterparts and this is for the Android platform and I would like to be able to store the data locally on the device or within the app whichever is possible. This means that I can use the app offline without having to keep connecting to a remote server.
I have looked at the various options e.g. XML , dictionary and arrays plus localstorage and some external plugins as well but I am not seeing an obvious way to do this.
Can someone please guide me on how to do this please. I did read through some of the tutorials but some are based on remote servers and one goes through using a web storage which I believe no longer exists.