Android Open Source - Twitter sample Twitley






Project Summary

Sample application that show how to work with Twitter API v1.1 on Android with Volley library.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Twitley.

ItemValue
Java File Count8
Target SDK Version14
Minimum SDK Version7
Activity Count1
jar files usedandroid-support-v4.jar
gson-2.2.4.jar
Required Permissionsandroid.permission.INTERNET




Java Source Files

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