Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alinachroma/amphibians
An Android app that displays a list of amphibians, along with their details and image. The data is retrieved from the internet.
https://github.com/alinachroma/amphibians
android android-app android-application coroutines coroutines-android jetpack-compose kotlin retrofit retrofit2
Last synced: 22 days ago
JSON representation
An Android app that displays a list of amphibians, along with their details and image. The data is retrieved from the internet.
- Host: GitHub
- URL: https://github.com/alinachroma/amphibians
- Owner: alinachroma
- Created: 2024-05-16T18:03:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T17:44:13.000Z (9 months ago)
- Last Synced: 2024-11-21T09:36:50.901Z (3 months ago)
- Topics: android, android-app, android-application, coroutines, coroutines-android, jetpack-compose, kotlin, retrofit, retrofit2
- Language: Kotlin
- Homepage:
- Size: 429 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Amphibians
An Android app that displays a list of amphibians, along with their details and image. The data is retrieved from the internet by making a network request and contains each amphibian's name, type, description, and image URL.
Built fully with Jetpack Compose within the "Android Basics with Compose" Course (Unit 5 - Connect to the internet).Project Screenshots:
![]()
## 🚀 Demo
| Offline-online behavior |
| ------------- |
| |🧐 Features
* The app uses Kotlin coroutines
* UI layer and Data layer are separated
* A repository is implemented (centralized data access)
* Retrofit is used to get the data from the web server
* Manual Dependency Injection
* Coil is used to load and display images
💻 Built with
Technologies used in the project:
* Jetpack Compose
* Kotlin coroutines
* Retrofit
* Coil
* Manual Dependency Injection