Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/srnyndrs/imagefinder
- Owner: srnyndrs
- License: mit
- Created: 2024-04-01T17:38:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-01T17:40:08.000Z (9 months ago)
- Last Synced: 2024-04-01T19:54:58.416Z (9 months ago)
- Language: Kotlin
- Size: 5.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- Request API key here.
- 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.