D
D
dboltachev2016-12-06 17:49:42
Android
dboltachev, 2016-12-06 17:49:42

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

2 answer(s)
Y
Yuri, 2016-12-07
@YuryBorodkin

sqlite only. Having written a fair amount of data-dense wrapper applications, sqlite is great.

D
Denis Zagaevsky, 2016-12-06
@zagayevskiy

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 question

Ask a Question

731 491 924 answers to any question