A quick and clean android app that fetches and displays data from an open api: https://jsonplaceholder.typicode.com/ Some of the libraries used include:
- Butterknife http://jakewharton.github.io/butterknife/
- Eventbus https://github.com/greenrobot/EventBus
- Retrofit https://square.github.io/retrofit/
- Picasso http://square.github.io/picasso/
- Parceler https://github.com/johncarl81/parceler
- Dagger 2 https://github.com/google/dagger
Other things to be done in the near future include:
- Set up my own Json server, so I can edit (Post) data
- Testing, Testing, Testing (primarily Junit and Espresso)
- Some useful animations
All original code. Feel free to fork, clone, contribute, etc
