A simple twitter client for Android.
AndroidTwitterClient is hosted in the following web site
https://github.com/nehakarajgikar/AndroidTwitterClient
If you think the Android project AndroidTwitterClient 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 AndroidTwitterClient.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 11 |
Activity Count | 4 |
Fragment Count | 3 |
jar files used | activeandroid-3.0.jar android-async-http-1.4.3.jar android-support-v4.jar codepath-oauth-0.2.4.jar codepath-utils.jar scribe.jar universal-image-loader-1.8.4.jar |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 4 image files in AndroidTwitterClient. The names of the image files are listed as follows.
ic_action_compose.png ic_home.png ic_mentions.png ic_profile.png
The following screenshort is generated from the image listed above.
AndroidTwitterClient has the following Java source files.
com.codepath.apps.androidtwitterclient.ComposeActivity.java com.codepath.apps.androidtwitterclient.EndlessScrollListener.java com.codepath.apps.androidtwitterclient.LoginActivity.java com.codepath.apps.androidtwitterclient.ProfileActivity.java com.codepath.apps.androidtwitterclient.TimelineActivity.java com.codepath.apps.androidtwitterclient.TweetAdapter.java com.codepath.apps.androidtwitterclient.TwitterClient.java com.codepath.apps.androidtwitterclient.TwitterClientApp.java com.codepath.apps.androidtwitterclient.fragments.HomeTimelineFragment.java com.codepath.apps.androidtwitterclient.fragments.MentionsTimelineFragment.java com.codepath.apps.androidtwitterclient.fragments.TweetsListFragment.java com.codepath.apps.androidtwitterclient.fragments.UserTimelineFragment.java com.codepath.apps.androidtwitterclient.models.SampleModel.java com.codepath.apps.androidtwitterclient.models.Tweet.java com.codepath.apps.androidtwitterclient.models.User.java