Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.19 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.19 KB

StockImageApp

This app searches for images within the selected image-api and then displays them.

Screenshots

Add the api-key's for each image platform:

Add the apiKey for each image platform to the corresponding property inside the gradle.properties.

  1. At the Pixabay api-key to api_key_pixabay="<api-key-pixabay>"
  2. At the Pexels api-key to api_key_pexels="<api-key-pexels>"
  3. At the Flickr api-key to api_key_flickr="<api-key-flickr>"

Build with:

Architecture:

  • MVVM Pattern
  • Repository Pattern
  • Finite state machine pattern