Create a database structure for android in some method IE: ORM pure sql etc.
This database must be able to store all persistable object. Basic queries should also be made to retrieve the data IE: All maps, Whole map including sub structure.
The only CRUD operations needed are Retrieve & CREATE.
UPDATE will be handled later with map syncronisation issue
Create a database structure for android in some method IE: ORM pure sql etc.
This database must be able to store all persistable object. Basic queries should also be made to retrieve the data IE: All maps, Whole map including sub structure.
The only CRUD operations needed are Retrieve & CREATE.
UPDATE will be handled later with map syncronisation issue