A simple Twitter client for Android with a custom Action bar and Widget..
TweetFox is hosted in the following web site
https://github.com/atljeremy/TweetFox
If you think the Android project TweetFox 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 TweetFox.
Item | Value |
---|---|
Java File Count | 18 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Minimum SDK Version | 16 |
Activity Count | 4 |
jar files used | twitter4j-core-3.0.3.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 5 image files in TweetFox. The names of the image files are listed as follows.
ic_action_edit.png ic_action_refresh.png ic_action_user.png tf_icon.png twitterbird.png
The following screenshort is generated from the image listed above.
TweetFox has the following Java source files.
com.jeremyfox.TweetFox.Activities.BaseActivity.java com.jeremyfox.TweetFox.Activities.MainActivity.java com.jeremyfox.TweetFox.Activities.MyAccountActivity.java com.jeremyfox.TweetFox.Activities.TweetListActivity.java com.jeremyfox.TweetFox.Adapters.TweetListAdapter.java com.jeremyfox.TweetFox.CustomClasses.TwitterUserAccount.java com.jeremyfox.TweetFox.Dialogs.NewTweetDialog.java com.jeremyfox.TweetFox.Helpers.PrefsHelper.java com.jeremyfox.TweetFox.Interfaces.NetworkCallback.java com.jeremyfox.TweetFox.Interfaces.RegisterCallback.java com.jeremyfox.TweetFox.Interfaces.RequestTokenCallback.java com.jeremyfox.TweetFox.Interfaces.TweetsRequestCallback.java com.jeremyfox.TweetFox.Interfaces.TwitterUser.java com.jeremyfox.TweetFox.Interfaces.UserInfoCallback.java com.jeremyfox.TweetFox.Interfaces.UsernameCallback.java com.jeremyfox.TweetFox.Managers.NetworkManager.java com.jeremyfox.TweetFox.Managers.TwitterManager.java com.jeremyfox.TweetFox.Widgets.TweetFoxWidget.java