Benchmark application. Compare productivity of Realm vs SQLite with varoius conditions.
To run JSON test you require to add 'catalog.json' file in assets folder with 'catalog' array with next structure :
{
"catalog":[
{"artist":"Stacey Kent",
"title":"One Note Samba (Samba de uma nota so)",
"year":"2013",
"duration":184,
"id":0}
]
}
Currently it has only one entry
Realm
SQLite
Also created implementation of Firebase as possible alternative of above