https://github.com/http4k/http4k-android-examples
https://github.com/http4k/http4k-android-examples
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/http4k/http4k-android-examples
- Owner: http4k
- Created: 2024-11-06T11:41:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-19T14:49:19.000Z (over 1 year ago)
- Last Synced: 2025-06-17T19:27:14.309Z (10 months ago)
- Language: Kotlin
- Size: 137 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# http4k Android Examples
Showcase of how http4k can be used in Android applications
## Examples
- [app](/app) - Simplest use case of http4k (includes a [Fuel](http://fuel.gitbook.io) equivalent for comparison)
- [app-koin](/app-koi) - Uses [Koin](https://insert-koin.io) for dependency injection. Includes a variant replacing the server with an in-memory implementation for testing.