We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In status quo, this application uses SQLite database and SharedPreferences to keep program data and preferences respectively.
You can see the detail of database design at this document.
We have been using Yahoo's SquiDB to manage program data.
You can see the detail of preferences design at this document.
We have been planning to use KVS Schema in order to keep each preference in a proper XML file.