Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 832 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 832 Bytes

Twitter Search Example app

Build Status

Example Android project which demonstrates :

  1. Gradle project structure for Android app

  2. Integration with Twitter API 1.1 (read permissions)

  3. Retrofit REST client

  4. Picasso image downloading and caching tool

  5. Otto Event bus

Warning: you should set Twitter credentials to make this app work, please follow instructions on https://dev.twitter.com/ or http://spring.io/guides/gs/register-twitter-app/ and insert your consumer key and consumer secret to ApiConstants.

Screenshots

Screenshot

How to build

Feel free to use Gradle or IDE you like.