Skip to content

Database and Preferences Design

Tatsuya Iwanari edited this page Apr 21, 2016 · 2 revisions

In status quo, this application uses SQLite database and SharedPreferences to keep program data and preferences respectively.

Database

Design

You can see the detail of database design at this document.

Library

We have been using Yahoo's SquiDB to manage program data.

Preferences

Design

You can see the detail of preferences design at this document.

Library

We have been planning to use KVS Schema in order to keep each preference in a proper XML file.

Clone this wiki locally