Answer the question
In order to leave comments, you need to log in
What is the best way to organize data storage in an Android application?
I am writing an application for tests and wondered - how best to store data?
The questions and answers themselves do not know in what form it is best to store.
At first I thought about making a database, but then I leaned towards a simple txt file and parsing from it.
Thank you.
Answer the question
In order to leave comments, you need to log in
sqlite only. Having written a fair amount of data-dense wrapper applications, sqlite is great.
Better bd. SQLite, as rightly said. And for convenience, you can add StorIO to it .
You will definitely suffer with files, this is a really bad decision.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question