tiemonl / imhungry

imhungry is an Android app to decide where to eat any time, any where
https://imhungry.io/
GNU General Public License v3.0
1 stars 0 forks source link

Integrate local Room database with Places API #45

Open TripleFrequency opened 5 years ago

TripleFrequency commented 5 years ago

Effectively, we want to cache our calls to the Places API, storing information about each places, so we don't necessarily need to call out over the network all the time.

This should be done by abstracting the places API over a repository which connects to our Room database.