rrbrambley / MessageBeast-Android

A library for building Message-based apps on App.net
MIT License
5 stars 0 forks source link

Add Places sqlite table as way of obtaining Places when offline #5

Closed rrbrambley closed 10 years ago

rrbrambley commented 10 years ago

Currently, it can often take 5-10 seconds to obtain geocoordinates and then perform an ADN Place lookup. Because this is so slow (and because offline posting is important), it might be worth caching Places in a table and supporting lookup via geocoordinates.

rrbrambley commented 10 years ago

this is fixed as of 7480a15a5e53845fda8cf4d223c4cbbe0d9504da

we might want to consider adding place insertion on sync