OJ7 / TerpSync

TerpSync allows you to easily discover events on campus by having everything just a tap away. Find what events are happening around you. See what your favorite student organization has coming up.
1 stars 1 forks source link

Download data and store in content providers #49

Open OJ7 opened 9 years ago

OJ7 commented 9 years ago

Allows reusing information, especially if it doesn't need to constantly query the database for things like buildings (which don't change).

OJ7 commented 9 years ago

An alternative is using caching by Parse. See here: https://www.parse.com/questions/parse-caching-questions

OJ7 commented 9 years ago

Related to #53