chrislacy / TweetLanes

Tweet Lanes for Android
Other
769 stars 278 forks source link

SQLite Database Implimentation #213

Open jamesduffy opened 11 years ago

jamesduffy commented 11 years ago

The notification service should save new posts to a database when fetching from the service provider (twitter/app.net) to save unnecessary and duplicate data requests.

When a user pulls-to-refresh the feed the posts should be saved as well.

When a post is deleted it should be deleted from the database.

When loading the application can load from the database and not have to make a request to populate the user's feed.

BlythMeister commented 11 years ago

This should help simplify the complex tweet cache currently implemented. This makes me happy!

gena01 commented 11 years ago

+1

Fammy commented 11 years ago

+100. Ha, beat that!

BlythMeister commented 10 years ago

Everything described I've I implemented but without the database. I propose closing this.