A basic example of Gallery. Core features:
- Download images from REST API (500px.com in this example)
- Pagination (with every scroll to the bottom download new page via GET request)
- Show detailed view of particular photo
- Share particular photo URL
- Zoom-in, zoom-out of particular photo
Used libs: retrofit2, picasso, butterknife, rxandroid, rxjava, annimon-stream, timber, dagger2, retrolambda
Used architecture: MVP