Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 746 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 746 Bytes

Android Redux Twitter Demo

A Redux example for Android. It contains simple Redux implementation inspired by ReSwift.

Build

To build:

  1. Import this project in Androd Stduio.
  2. Rename app/fabric.properties.sample to app/fabric.properties
  3. Fill your Fabric API key, Twitter consumer key and secret into app/fabric.properties.
  • If you don't have those keys, you should refer this page.
  1. Run ./gradlew installDebug.

Licence

MIT Licence.