I would use SQLite ( SQLite ). This is a relational database, such as a file repository, that allows you to store key values and any other thing you may need. It has a very low area and is pretty fast.
It is very often used in Android applications for all these reasons.
source
share