awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesNetwork API Wrappers

Simplified interfaces for performing network operations on the Android platform.

Distinct from Android System API Wrappers: Wraps networking libraries instead of OS-level system features like intents or notifications.

Explore 3 awesome GitHub repositories matching mobile development · Network API Wrappers. Refine with filters or upvote what's useful.

Awesome Network API Wrappers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • loopj/android-async-httploopj 的头像

    loopj/android-async-http

    10,587在 GitHub 上查看↗

    This is an asynchronous HTTP client for Android that simplifies network requests by wrapping Apache HttpClient. It provides a callback-based networking library for fetching remote data and communicating with servers without blocking the user interface. The project includes a multipart HTTP uploader for sending binary files and large data payloads, as well as a JSON parser to convert raw response text into structured data objects. It features a session manager that persists cookies in local application preferences to maintain state across multiple requests. Additional capabilities include aut

    Provides an asynchronous HTTP client for Android that simplifies requests by wrapping Apache HttpClient.

    Java
    在 GitHub 上查看↗10,587
  • jessyancoding/mvparmsJessYanCoding 的头像

    JessYanCoding/MVPArms

    10,248在 GitHub 上查看↗

    MVPArms is an Android application framework based on the Model-View-Presenter pattern. It provides a foundation for decoupling business logic from user interface components through a structured architectural implementation. The framework features automated boilerplate generation to produce base classes and dependency injection files, reducing manual project setup. It includes a centralized configuration system to manage global application settings and a dependency injection wrapper that bundles networking and image loading libraries. The project covers lifecycle management by binding logic c

    Provides a network API wrapper that handles dynamic base URL switching and request logging for API calls.

    Javaandroidandroid-applicationandroid-architecture
    在 GitHub 上查看↗10,248
  • goldze/mvvmhabitgoldze 的头像

    goldze/MVVMHabit

    7,701在 GitHub 上查看↗

    MVVMHabit is an Android development framework and base library that implements the MVVM architecture using Android Architecture Components. It provides a pre-integrated foundation designed to decouple business logic from user interface rendering and lifecycle management. The project distinguishes itself by bundling a comprehensive set of architectural templates, including a reactive event bus for decoupled component communication, token-based data exchange between logic instances, and a single-activity fragment hosting system to reduce manifest overhead. The framework covers broad capability

    Provides a networking layer wrapping Retrofit, OkHttp, and RxJava to standardize API requests and error handling.

    Javaaacdatabindingglide
    在 GitHub 上查看↗7,701
  1. Home
  2. Mobile Development
  3. Android System API Wrappers
  4. Network API Wrappers