Immersive Full-Screen Viewing (tap on screen to toggle menu) and Scroll Through Colors on Photo View
- Android Studio
- AndroidX
- Kotlin
- Picasso's image downloading and caching library
- Unsplash API
-
Clone repository.
-
Get a free API key from Unsplash
-
In the root folder of the project open the
local.properties
file and add the line:
API_KEY = "YOUR API KEY"
Replacing YOUR API KEY
with your newly aquired one. The double quotations are needed.
- Rebuild Project and run. Must be on a device or emulator running Android Oreo or newer (API >= 26)