https://github.com/semkahub/pix
A sample Android application built entirely with Jetpack Compose that uses the Flickr API to browse images.
https://github.com/semkahub/pix
android clean-architecture coil-image-loader compose-android hilt-android kotlin-coroutines retrofit2-kotlin
Last synced: 7 months ago
JSON representation
A sample Android application built entirely with Jetpack Compose that uses the Flickr API to browse images.
- Host: GitHub
- URL: https://github.com/semkahub/pix
- Owner: SemkaHub
- Created: 2025-04-01T02:08:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-03T16:20:23.000Z (10 months ago)
- Last Synced: 2025-04-03T17:26:27.992Z (10 months ago)
- Topics: android, clean-architecture, coil-image-loader, compose-android, hilt-android, kotlin-coroutines, retrofit2-kotlin
- Language: Kotlin
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pix
This repository contains an Android application showcasing the use of the Flickr API (`flickr.photos.search`) within a native UI built using **Jetpack Compose**.
**Features:**
* Fetches and displays images from Flickr in an adaptive grid layout.
* Tap an image to view it in a dedicated screen.
* **Pinch-to-zoom and rotation** gestures supported on the detail screen for closer inspection.
**Tech Stack Highlights:**
* **UI:** Jetpack Compose (UI, Material 3, Navigation Compose)
* **Networking:** Retrofit & Gson
* **Image Loading:** Coil Compose
* **Asynchronous Programming:** Kotlin Coroutines
* **Dependency Injection:** Hilt
* **Testing:** JUnit, MockK, Compose UI Tests
**CI/CD:**
* Automated testing via **GitHub Actions** on pushes and pull requests to the `main` branch.