Simple Android based twitter client.
twitterclient is hosted in the following web site
https://github.com/mandarbapaye/twitterclient
If you think the Android project twitterclient 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 twitterclient.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 3 |
jar files used | ActiveAndroid-3.1-adcddac4c58.jar android-async-http-1.4.3.jar android-support-v4.jar codepath-oauth-0.3.0.jar codepath-utils.jar scribe-codepath.jar universal-image-loader-1.8.4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 2 image files in twitterclient. The names of the image files are listed as follows.
ic_compose.png ic_twiiter_actionbar.png
The following screenshort is generated from the image listed above.
twitterclient has the following Java source files.
com.mb.twitterclient.DetailViewActivity.java com.mb.twitterclient.EndlessScrollListener.java com.mb.twitterclient.LoginActivity.java com.mb.twitterclient.TimelineActivity.java com.mb.twitterclient.TwitterApplication.java com.mb.twitterclient.TwitterRestClient.java com.mb.twitterclient.activities.LoginActivity.java com.mb.twitterclient.activities.TimelineActivity.java com.mb.twitterclient.adapters.TweetAdapter.java com.mb.twitterclient.fragments.ComposeTweetFragment.java com.mb.twitterclient.models.SampleModel.java com.mb.twitterclient.models.Tweet.java com.mb.twitterclient.models.User.java com.mb.twitterclient.util.Constants.java com.mb.twitterclient.util.Util.java