Sample application that show how to work with Twitter API v1.1 on Android with Volley library.
Twitley is hosted in the following web site
https://github.com/senneco/Twitley
If you think the Android project Twitley 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 Twitley.
Item | Value |
---|---|
Java File Count | 8 |
Target SDK Version | 14 |
Minimum SDK Version | 7 |
Activity Count | 1 |
jar files used | android-support-v4.jar gson-2.2.4.jar |
Required Permissions | android.permission.INTERNET |
Twitley has the following Java source files.
net.senneco.twitley.data.ListTwits.java net.senneco.twitley.data.Twit.java net.senneco.twitley.data.User.java net.senneco.twitley.request.GsonRequest.java net.senneco.twitley.request.LruBitmapCache.java net.senneco.twitley.request.ObtainTokenRequest.java net.senneco.twitley.request.Urls.java net.senneco.twitley.ui.MainActivity.java