1
0
mirror of https://github.com/bspeice/itcs4180 synced 2025-07-03 14:55:11 -04:00

Added functionality to save and display tweets to an SQLite DB.

TODO: Add retweeted field to DB, make fix SavedNewsActivity display.
This commit is contained in:
tokugawa
2014-04-14 00:42:55 -04:00
parent dddab46731
commit 4e4abc99e2
17 changed files with 590 additions and 4 deletions

View File

@ -6,5 +6,6 @@
<string name="hello_world">Hello world!</string>
<string name="title_activity_tweets_list">TweetsListActivity</string>
<string name="title_activity_detailed_tweet">DetailedTweetActivity</string>
<string name="title_activity_saved_news">SavedNewsActivity</string>
</resources>