I intend to make an app which is a sort of dictionnary for a slang/a dialect. There are not many words (less than 1000). To store the data, I have 2 solutions :
- storing data in a clean sqlite database (which I use to do in my apps)
- storing data in 26 xml files
according to you, which solution would be the most flexible and the most clean to use ?
Thank You