[Solved] Approaches to storing data in Android
[ad_1] Yes You are correct You can use SqLite Database for storage other ways to store data is SharedPreferences But in your case you wanrted to save questions and answers which is static one so you can create a text file and put that in your assets folder and you can read that file as … Read more