simple twitter client android.
twitdx is hosted in the following web site
https://github.com/huydx/twitdx
If you think the Android project twitdx 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 twitdx.
Item | Value |
---|---|
Java File Count | 19 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 3 |
Fragment Count | 1 |
jar files used | twitter4j-core-3.0.3.jar twitter4j-stream-3.0.3.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 7 image files in twitdx. The names of the image files are listed as follows.
action_search.png gallery.png ic_drawer.png login.png no_image.png option.png refresh.png
The following screenshort is generated from the image listed above.
twitdx has the following Java source files.
com.cookpadintern.twitdx.common.Const.java com.cookpadintern.twitdx.common.Utils.java com.cookpadintern.twitdx.core_ext.BaseActivity.java com.cookpadintern.twitdx.core_ext.BaseActivityHelper.java com.cookpadintern.twitdx.core_ext.MainApplication.java com.cookpadintern.twitdx.core_ext.TweetListviewAdapter.java com.cookpadintern.twitdx.model.FileCache.java com.cookpadintern.twitdx.model.ImageLoader.java com.cookpadintern.twitdx.model.MemoryCache.java com.cookpadintern.twitdx.model.TwitterAccount.java com.cookpadintern.twitdx.ui.AboutFragment.java com.cookpadintern.twitdx.ui.LoginActivity.java com.cookpadintern.twitdx.ui.MentionFragment.java com.cookpadintern.twitdx.ui.SplashActivity.java com.cookpadintern.twitdx.ui.TimelineActivity.java com.cookpadintern.twitdx.ui.TimelineFragment.java com.cookpadintern.twitdx.ui.TweetListViewFragment.java com.cookpadintern.twitdx.ui.helper.TimelineActivityHelper.java com.cookpadintern.twitdx.util.CloseableUtils.java