An open API service indexing awesome lists of open source software.

https://github.com/http4k/http4k-android-examples


https://github.com/http4k/http4k-android-examples

Last synced: 10 months ago
JSON representation

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.