Android app: A Twitter client with endless scrolling and a compose-a-tweet function that updates the feed with the tweet. To compose the tweet you click the icon in the Action Bar. Made using Eclipse..
Noni-Tweets-1 is hosted in the following web site
https://github.com/noni-mizu/Noni-Tweets-1
If you think the Android project Noni-Tweets-1 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 Noni-Tweets-1.
Item | Value |
---|---|
Java File Count | 17 |
Supported screen sizes | [ldpi, mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 11 |
Activity Count | 3 |
jar files used | ActiveAndroid-3.1-adcddac4c58.jar android-async-http-1.4.3.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 3 image files in Noni-Tweets-1. The names of the image files are listed as follows.
ic_action_compose.png ic_launcher_twitter.png ic_menu_compose.png
The following screenshort is generated from the image listed above.
Noni-Tweets-1 has the following Java source files.
com.codepath.apps.mytwitterapp.AsyncTweetSave.java com.codepath.apps.mytwitterapp.AsyncTweetsSave.java com.codepath.apps.mytwitterapp.ComposeTweetActivity.java com.codepath.apps.mytwitterapp.EndlessScrollListener.java com.codepath.apps.mytwitterapp.LoginActivity.java com.codepath.apps.mytwitterapp.MyTwitterApp.java com.codepath.apps.mytwitterapp.PullDownListView.java com.codepath.apps.mytwitterapp.RelativeTimestamp.java com.codepath.apps.mytwitterapp.TimelineActivity.java com.codepath.apps.mytwitterapp.TweetsAdapter.java com.codepath.apps.mytwitterapp.TwitterClient.java com.codepath.apps.mytwitterapp.UserAccountSettings.java com.codepath.apps.mytwitterapp.UserInfo.java com.codepath.apps.mytwitterapp.models.BaseModel.java com.codepath.apps.mytwitterapp.models.SampleModel.java com.codepath.apps.mytwitterapp.models.Tweet.java com.codepath.apps.mytwitterapp.models.User.java