Android Open Source - App sample twinterest






Project Summary

Sample android app for MIEIC lecture.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of twinterest.

ItemValue
Java File Count15
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version17
Minimum SDK Version17
Activity Count2
Fragment Count3
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET
android.permission.RECEIVE_BOOT_COMPLETED




Resource Files

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.

null

Java Source Files

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