Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.05 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.05 KB

ImageSearcher. Master has stable app. Some features in develop.

2021 Pet-project. MVVM, SingleActivity, Paging3, Coroutines, Hilt DI, Room, Gson, Multi-Modules, CI-CD

ATTENTION

For building project you need to create apikeys.properties with 2 values "unsplash.AccessKey" and "unsplash.SecretKey". Create own in unsplash.com

Modules:

Project has UnitTest with Coroutines:

PhotosViewModelTest

Tasks:

  1. Create Model Layer with Paging (ready)
  2. Create Photos List Screen (ready)
  3. Create Favourite List Screen (ready)
  4. Multi-Modules (ready)
  5. Unit Tests (in progress. project has some tests. need more)
  6. CI-CD config (ready)
  7. Create About Photo Screen (ready)

  1. Create Searching (maybe later)
  2. Customize UI (in progress)
  3. Add filters and other features (maybe later)