1 个仓库
Libraries that wrap network primitives to provide Android-specific features like LiveData integration.
Distinct from Android Network Programming: Distinct from Android Network Programming: focuses on the wrapper pattern for UI-bound data delivery rather than low-level protocol implementation.
Explore 1 awesome GitHub repository matching mobile development · Network Wrappers. Refine with filters or upvote what's useful.
Fuel is a Kotlin HTTP client library for Android and Kotlin applications that handles both synchronous and asynchronous web requests. It functions as a network wrapper that supports executing calls via suspending functions in coroutines, reactive streams, and traditional callbacks. The library features built-in integration for Android LiveData to bind network responses directly to observable state holders for user interface updates. It also includes a JSON serialization client that utilizes customizable mappers to convert raw HTTP response bodies into structured data objects. Capability area
Functions as a networking wrapper with built-in support for Android LiveData and UI thread callbacks.