https://github.com/kdannothere/amphibians
The app displays information about different amphibian species, and use knowledge of networking, JSON parsing, and view models to enable the app to use data from the network
https://github.com/kdannothere/amphibians
android-app coil-kotlin moshi rest-api retrofit2
Last synced: 17 days ago
JSON representation
The app displays information about different amphibian species, and use knowledge of networking, JSON parsing, and view models to enable the app to use data from the network
- Host: GitHub
- URL: https://github.com/kdannothere/amphibians
- Owner: kdannothere
- License: apache-2.0
- Created: 2023-01-27T21:32:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T08:59:25.000Z (over 3 years ago)
- Last Synced: 2025-10-24T09:30:28.205Z (7 months ago)
- Topics: android-app, coil-kotlin, moshi, rest-api, retrofit2
- Language: Kotlin
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
The app that displays information about different amphibian species, and use knowledge of networking, JSON parsing, and view models to enable the app to use data from the network.
The app will get its data from a custom API for this project and display it in a list view.
[Download application](apk/Amphibians.apk)

