Sample android app for MIEIC lecture.
twinterest is hosted in the following web site
https://github.com/goncalossilva/twinterest
If you think the Android project twinterest 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 twinterest.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 17 |
Activity Count | 2 |
Fragment Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET android.permission.RECEIVE_BOOT_COMPLETED |
There are 2 image files in twinterest. The names of the image files are listed as follows.
ic_action_add.png ic_action_refresh.png
The following screenshort is generated from the image listed above.
twinterest has the following Java source files.
pt.up.fe.twinterest.activity.TweetDetailActivity.java pt.up.fe.twinterest.activity.TweetListActivity.java pt.up.fe.twinterest.content.TweetContract.java pt.up.fe.twinterest.content.TweetsProvider.java pt.up.fe.twinterest.content.db.DbHelper.java pt.up.fe.twinterest.content.db.DbSchema.java pt.up.fe.twinterest.content.db.DbTable.java pt.up.fe.twinterest.fragment.TweetDetailFragment.java pt.up.fe.twinterest.fragment.TweetListFragment.java pt.up.fe.twinterest.receiver.NotifyReceiver.java pt.up.fe.twinterest.service.NotifyService.java pt.up.fe.twinterest.service.RefreshService.java pt.up.fe.twinterest.util.Const.java pt.up.fe.twinterest.util.Interest.java pt.up.fe.twinterest.util.LruBitmapCache.java