An Android Twitter Client.
TwitterClient is hosted in the following web site
https://github.com/ravirani/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 | 17 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 3 |
Fragment Count | 4 |
jar files used | ActiveAndroid-3.1-adcddac4c58.jar android-async-http-1.4.3.jar codepath-oauth-0.3.0.jar codepath-utils.jar prettytime-3.2.5.Final.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_menu_compose.png ic_menu_profile.png
The following screenshort is generated from the image listed above.
TwitterClient has the following Java source files.
com.ravcode.apps.twitterclient.ComposeTweetFragment.java com.ravcode.apps.twitterclient.EndlessScrollListener.java com.ravcode.apps.twitterclient.RelativeDate.java com.ravcode.apps.twitterclient.TimelineActivity.java com.ravcode.apps.twitterclient.TweetArrayAdapter.java com.ravcode.apps.twitterclient.TwitterApplication.java com.ravcode.apps.twitterclient.TwitterClient.java com.ravcode.apps.twitterclient.activities.LoginActivity.java com.ravcode.apps.twitterclient.activities.ProfileActivity.java com.ravcode.apps.twitterclient.fragments.HomeTimelineFragment.java com.ravcode.apps.twitterclient.fragments.MentionsTimelineFragment.java com.ravcode.apps.twitterclient.fragments.TweetsListFragment.java com.ravcode.apps.twitterclient.fragments.UserTimelineFragment.java com.ravcode.apps.twitterclient.listeners.FragmentTabListener.java com.ravcode.apps.twitterclient.models.Tweet.java com.ravcode.apps.twitterclient.models.User.java com.ravcode.apps.twitterclient.utils.NetworkConnectivity.java