/Unsplashed

An android sample app that fetch images from Unsplash API

Primary LanguageKotlinMIT LicenseMIT

Unsplashed

platform License: MIT

Unsplashed is a lightweight app to demonstrate the usage of Unsplash API to retrieve pictures by query search. The results are identical to those obtained for a similar search on the associated website.

Challenge description

  • Using Unsplash API to retrieve photos that matches the search.
  • Use an API key as query parameter to be able to get images from the API
  • Ability to search images by entering keywords
  • Display a screen that show informations about a selected image (resolution, author, description, dominant color)

Screenshots

Demo

Specifications

  • Search app with High resolution image display
  • Retrieve images, with details (resolution, author, description, dominant color)
  • Realtime search
  • Clean design
  • MVVM with Clean Architecture

Languages, libraries and tools used

Installation

  • Just clone the app and import to Android Studio. git clone https://github.com/gabriel-TheCode/Unsplashed.git

License

MIT License

Copyright (c) [2023] [TEKOMBO Gabriel]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.