Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 481 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 481 Bytes

simpleGallery

A basic example of Gallery. Core features:

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