Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srnyndrs/imagefinder

Android application to search images.
https://github.com/srnyndrs/imagefinder

Last synced: 16 days ago
JSON representation

Android application to search images.

Awesome Lists containing this project

README

        

Image Finder


Android application to search images using Flickr API.

Technologies



  • Jetpack Compose

  • Clean Architecture

  • Coil

  • Retrofit

  • Dagger Hilt

  • Paging

  • DataStore

Setup



  1. Request API key here.

  2. Paste your key into the API_KEY variable in core/data/ApiService.

Functions


Search



We can input keywords to search for images using the search bar. Below this, the application displays the search results in a grid list.

The list initially contains 20 items, and as the user scrolls to the bottom, it dynamically loads the next 20 items.

Every subsequent launch, the application displays the search results of the last searched keyword first.


Details



When we click on a list item, the application navigates to the details screen where the image can be further enlarged and additional information is displayed about it.