/ImageSearcher

Search for images using Unsplash API - Native Android app

Primary LanguageKotlin

Image Searcher - Native Android app

Image Searcher allows users to search and save images found on unsplash.com using unsplash API.

Application follows Google’s practices for building android apps using fragments, navigation component, retorfit2, Kotlin Coroutines, dependency injection, MVVM architecture...

While the app is free to use it requires an unsplash API key which can be obtained by registering on unsplash.com.

Inside file gradle.properties on line 24 enter API key.

By default, app starts with pictures of android, but this can be changed inside Constants file.

// gradle.properties
unsplash_access_key = "ENTER-YOUR-API-KEY-HERE"

// Constants
const val DEFAULT_QUERY = "android"

     


Many thanks to Florian Walther and his channel for guidelines and passed knowledge.

Built with:

Kotlin Android Studio XML