6 repository-uri
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 este un client de muzică pentru Android conceput pentru streaming și consumul de conținut din cloud. Este implementat ca o aplicație Material Design care oferă o interfață specializată pentru streaming de muzică din cloud și navigarea conținutului media digital. Aplicația dispune de o interfață de streaming muzical și un sistem de navigare a conținutului pentru explorarea articolelor, forumurilor comunității și secțiunilor de întrebări și răspunsuri. Include utilitare pentru căutarea conținutului, urmărirea istoricului interogărilor și generarea de scurtături pe desktop pentru acces rapid la secțiuni specifice ale aplicației. Sistemul suportă personalizarea vizuală prin dark mode și un limbaj de design standardizat. Încorporează gestionarea locală a datelor pentru a permite accesul offline la informațiile stocate în cache.
Utilizes RxJava to manage asynchronous data streams and concurrent network requests.