Demo app to show how to get feeds, details, and to publish tweets.
TinyTwit is hosted in the following web site
https://github.com/XavierGaro/TinyTwit
If you think the Android project TinyTwit 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 TinyTwit.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 11 |
Activity Count | 3 |
jar files used | twitter4j-core-3.0.5.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
There are 3 image files in TinyTwit. The names of the image files are listed as follows.
ic_action_new_event.png ic_action_refresh.png launcher_twit.png
The following screenshort is generated from the image listed above.
TinyTwit has the following Java source files.
com.xaviergaro.tinytwit.activitats.DetallActivity.java com.xaviergaro.tinytwit.activitats.MainActivity.java com.xaviergaro.tinytwit.activitats.PublicarActivity.java com.xaviergaro.tinytwit.dades.DBTweet.java com.xaviergaro.tinytwit.dades.Tweet.java com.xaviergaro.tinytwit.ui.SimpleToast.java com.xaviergaro.tinytwit.ui.TweetArrayAdapter.java com.xaviergaro.tinytwit.utilitats.DownloadImageAsyncTask.java com.xaviergaro.tinytwit.utilitats.GestorDescarregues.java com.xaviergaro.tinytwit.utilitats.ReceptorXarxa.java com.xaviergaro.tinytwit.utilitats.UpdatableStatus.java com.xaviergaro.tinytwit.utilitats.UtilitatsDisc.java