This is a homework assignment that uses the twitter api, and gson to parse twitter feeds, and sqlite to save to a database..
AndroidTwitterFeed is hosted in the following web site
https://github.com/kpholsey/AndroidTwitterFeed
If you think the Android project AndroidTwitterFeed listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AndroidTwitterFeed.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [mdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 12 |
Activity Count | 4 |
jar files used | android-support-v4.jar gson-2.2.4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 3 image files in AndroidTwitterFeed. The names of the image files are listed as follows.
add_bookmark.png not_retweeted.png retweeted.png
The following screenshort is generated from the image listed above.
AndroidTwitterFeed has the following Java source files.
edu.uncc.itcs4180.Authenticated.java edu.uncc.itcs4180.DatabaseDataManager.java edu.uncc.itcs4180.DatabaseOpenHelper.java edu.uncc.itcs4180.DetailedTweetActivity.java edu.uncc.itcs4180.MainActivity.java edu.uncc.itcs4180.SavedNewsActivity.java edu.uncc.itcs4180.SavedTweet.java edu.uncc.itcs4180.SavedTweetDAO.java edu.uncc.itcs4180.SavedTweetsTable.java edu.uncc.itcs4180.Tweet.java edu.uncc.itcs4180.Twitter.java edu.uncc.itcs4180.TwitterListActivity.java edu.uncc.itcs4180.TwitterListAdapter.java edu.uncc.itcs4180.TwitterUser.java