awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesRxJava Integrations

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.

Awesome RxJava Integrations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • square/retrofitالصورة الرمزية لـ square

    square/retrofit

    43,895عرض على GitHub↗

    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.

    HTMLandroidjava
    عرض على GitHub↗43,895
  • jeasonlzy/okhttp-okgoالصورة الرمزية لـ jeasonlzy

    jeasonlzy/okhttp-OkGo

    10,571عرض على GitHub↗

    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.

    Javahttpokgookhttp
    عرض على GitHub↗10,571
  • reactivex/rxkotlinالصورة الرمزية لـ ReactiveX

    ReactiveX/RxKotlin

    7,041عرض على GitHub↗

    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.

    Kotlinkotlinrxjava
    عرض على GitHub↗7,041
  • amitshekhariitbhu/fast-android-networkingالصورة الرمزية لـ amitshekhariitbhu

    amitshekhariitbhu/Fast-Android-Networking

    5,906عرض على GitHub↗

    🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀

    Returns network responses as RxJava Observables or Flowables for reactive stream processing.

    Java
    عرض على GitHub↗5,906
  • kickstarter/android-ossالصورة الرمزية لـ kickstarter

    kickstarter/android-oss

    5,784عرض على GitHub↗

    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.

    Kotlinandroidandroid-developmentfrp
    عرض على GitHub↗5,784
  • youlookwhat/cloudreaderالصورة الرمزية لـ youlookwhat

    youlookwhat/CloudReader

    5,012عرض على GitHub↗

    CloudReader هو عميل موسيقى لنظام Android مصمم لبث الموسيقى واستهلاك محتوى السحابة. تم تنفيذه كتطبيق Material Design يوفر واجهة متخصصة لبث موسيقى السحابة وتصفح الوسائط الرقمية. يتميز التطبيق بواجهة بث موسيقى سحابية ونظام تصفح محتوى لاستكشاف المقالات، ومنتديات المجتمع، وأقسام الأسئلة والأجوبة. يتضمن أدوات للبحث عن المحتوى، وتتبع سجل الاستعلامات، وإنشاء اختصارات سطح المكتب للوصول السريع إلى أقسام معينة في التطبيق. يدعم النظام التخصيص البصري من خلال الوضع المظلم ولغة تصميم موحدة. كما يدمج إدارة البيانات المحلية لتمكين الوصول دون اتصال بالإنترنت إلى المعلومات المخزنة مؤقتًا.

    Utilizes RxJava to manage asynchronous data streams and concurrent network requests.

    Javaandroidappapps
    عرض على GitHub↗5,012
  1. Home
  2. Web Development
  3. RxJava Integrations