A Redux example for Android. It contains simple Redux implementation inspired by ReSwift.
To build:
- Import this project in Androd Stduio.
- Rename
app/fabric.properties.sample
toapp/fabric.properties
- 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.
- Run
./gradlew installDebug
.