6 个仓库
Adapter support for RxJava.
Distinguishing note: Specific to RxJava reactive streams.
Explore 6 awesome GitHub repositories matching web development · RxJava Integrations. Refine with filters or upvote what's useful.
Retrofit is a type-safe HTTP client that simplifies network communication by allowing developers to define API endpoints as interface methods. By using annotation-driven request mapping, it automatically translates these interface definitions into structured HTTP requests, ensuring consistent data structures and reducing manual configuration when interacting with remote web services. The project distinguishes itself through a highly modular architecture that separates network transport from data handling. It utilizes dynamic proxy generation to process method calls at runtime and offers a plu
Provides an adapter for integrating with RxJava.
OkHttp-OkGo is a network request framework that wraps OkHttp to simplify the process of sending and receiving data from web services. It provides a structured system for managing asynchronous data streams and concurrency through integration with RxJava. The project includes dedicated managers for batch file transfers, enabling the simultaneous upload and download of multiple files. The download system supports breakpoint-based management, allowing interrupted transfers to be paused and resumed from the last saved position. Additional capabilities include a custom HTTP cache manager for defin
Provides native integration with RxJava to map network responses to reactive streams.
RxKotlin is a reactive programming library and asynchronous stream processor that provides Kotlin language extensions for composing event-based data streams. It serves as a set of Kotlin bindings for RxJava, allowing developers to transform, filter, and flatten sequences of data emitted over time. The library focuses on integrating RxJava patterns into Kotlin projects by applying language-specific conventions and idioms. It utilizes extension functions to simplify reactive programming patterns, reduce boilerplate, and optimize workflows within the reactive ecosystem. The toolkit covers a bro
Integrates RxJava patterns within Kotlin projects to manage complex event sequences and asynchronous data streams.
🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀
Returns network responses as RxJava Observables or Flowables for reactive stream processing.
This is the open-source Android application for Kickstarter, a crowdfunding platform that connects creators with backers. The app enables users to discover creative projects and campaigns, pledge financial support in exchange for tiered rewards, and share campaign details through social media and messaging platforms. The application is built with a standard Android architecture that combines compile-time dependency injection, reactive data flows, and declarative UI binding. It uses Dagger 2 for wiring together services and repositories, RxJava for managing asynchronous operations, and a Model
Manages asynchronous data flows and event chains using RxJava observable sequences and functional operators.
CloudReader 是一款 Android 音乐客户端,专为流媒体音乐和云端内容消费而设计。它作为一款 Material Design 应用程序,为云音乐流媒体播放和数字媒体浏览提供了专门的界面。 该应用具有云音乐流媒体播放界面,以及用于探索文章、社区论坛和问答板块的内容浏览系统。它包含内容搜索、查询历史记录跟踪以及为特定应用板块生成桌面快捷方式的实用工具。 该系统支持通过深色模式和标准化设计语言进行视觉定制。它集成了本地数据管理功能,以实现对缓存信息的离线访问。
Utilizes RxJava to manage asynchronous data streams and concurrent network requests.