we need to develop an android app , that contains data (this data don't change after the installation- ie : all data is static) and i need to know what the best way to store data , JSON or Sqlite ?
Asked
Active
Viewed 109 times
2 Answers
0
sqlite, because if i wanted to share my data just in case later point of time with the other apps on the phone then i need content providers which deals with the sqlite not the json.

Abhilash Reddy
- 428
- 1
- 4
- 19