devscoutsweden / aktivitetsbanken-android

2 stars 0 forks source link

Make caching more robust #136

Open mikaelsvensson opened 8 years ago

mikaelsvensson commented 8 years ago

The current app cache basically relies on mirroring the remote database in the app's own database. This is obviously not efficient since the in-app database could potentially contain a lot of unused data.

Articles which may be of interest:

At the same time, it might be a good idea to investigate if it is possible to reduce the number of SQL queries when loading long search results.