A simple android app for posting tweets. Based on iOS5's Twitter integration..
TweetPoster is hosted in the following web site
https://github.com/Deansy/TweetPoster
If you think the Android project TweetPoster 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 TweetPoster.
Item | Value |
---|---|
Java File Count | 5 |
Supported screen sizes | [ldpi, mdpi, hdpi] |
Minimum SDK Version | 4 |
Activity Count | 2 |
jar files used | twitter4j-async-android-2.2.6-SNAPSHOT.jar twitter4j-core-android-2.2.6-SNAPSHOT.jar twitter4j-examples-2.2.6-SNAPSHOT.jar twitter4j-media-support-android-2.2.6-SNAPSHOT.jar twitter4j-stream-android-2.2.6-SNAPSHOT.jar |
Required Permissions | android.permission.INTERNET |
TweetPoster has the following Java source files.
com.cdeans.tweetposter.OTweetApplication.java com.cdeans.tweetposter.activities.AuthorizationActivity.java com.cdeans.tweetposter.activities.PostingActivity.java com.cdeans.tweetposter.activities.StatusListActivity.java com.cdeans.tweetposter.authorization.OAuthHelper.java