Android Open Source - Twitter client TweetFox






Project Summary

A simple Twitter client for Android with a custom Action bar and Widget..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of TweetFox.

ItemValue
Java File Count18
Supported screen sizes[mdpi, ldpi, hdpi, xhdpi]
Minimum SDK Version16
Activity Count4
jar files usedtwitter4j-core-3.0.3.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Resource Files

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.

null

Java Source Files

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