awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Kotlin Android Libraries

Clasificación actualizada el 13 jul 2026

For a collection of useful Kotlin Android libraries, the strongest matches are coil-kt/coil (Coil is a specialized image loading and caching library), google/dagger (Dagger is a foundational dependency injection framework for Android) and square/okhttp (OkHttp is a foundational networking library for Android that). square/retrofit and android/android-ktx round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Curamos repositorios de código abierto en GitHub que coinciden con “best kotlin android libraries”. Los resultados están clasificados por relevancia según tu búsqueda; usa los filtros de abajo para acotar o refina con IA.

Kotlin Android Libraries

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • coil-kt/coilAvatar de coil-kt

    coil-kt/coil

    11,819Ver en GitHub↗

    Coil is an image loading and caching pipeline designed for Android and Compose Multiplatform applications. It functions as a comprehensive loader, caching engine, and rendering utility that asynchronously fetches and displays images from network URLs, local storage, and multiplatform resource systems. The library distinguishes itself through a flexible fetcher-decoder pipeline and an interface-driven component registry, allowing for the integration of custom networking clients and decoders. It provides specialized support for rendering scalable vector graphics, animated formats such as GIF an

    Coil is a specialized image loading and caching library that provides native support for Kotlin Coroutines and Jetpack Compose, making it a standard tool for handling media in Android development.

    KotlinAndroid Image LoadingImage Loading
    Ver en GitHub↗11,819
  • google/daggerAvatar de google

    google/dagger

    17,697Ver en GitHub↗

    Dagger is a compile-time dependency injection framework for Java and Android applications. It automates the construction and wiring of object graphs by generating static source code during the build process, which eliminates the need for reflection or runtime bytecode generation. The framework distinguishes itself by performing strict validation of the entire dependency structure before the application runs, ensuring that all required bindings are satisfied and identifying circular references early. It manages object lifecycles through scoped containers and supports lazy resolution, allowing

    Dagger is a foundational dependency injection framework for Android that provides compile-time safety and efficient object graph management, directly addressing a core requirement for modern Kotlin-based development.

    JavaDependency Injection
    Ver en GitHub↗17,697
  • square/okhttpAvatar de square

    square/okhttp

    46,971Ver en GitHub↗

    OkHttp is an HTTP client for the JVM and Android that enables network communication via synchronous and asynchronous requests. It provides a core identity as a comprehensive networking toolkit featuring a WebSocket client for bidirectional data synchronization, a TLS security toolkit for encrypted communication, and a programmable HTTP mock server for simulating backend responses. The project distinguishes itself through a specialized security and performance architecture. It implements mutual TLS, certificate pinning, and DNS over HTTPS to secure data in transit, while utilizing connection p

    OkHttp is a foundational networking library for Android that provides robust support for synchronous and asynchronous HTTP requests, serving as a standard tool for API communication in Kotlin-based applications.

    KotlinHTTP Clients
    Ver en GitHub↗46,971
  • square/retrofitAvatar de square

    square/retrofit

    43,895Ver en 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

    Retrofit is a standard, high-quality networking library for Android that provides robust support for Kotlin and asynchronous patterns, making it a foundational tool for API communication in modern applications.

    HTMLDeclarative API ClientsHTTP ClientsRequest Mappings
    Ver en GitHub↗43,895
  • android/android-ktxAvatar de android

    android/android-ktx

    7,421Ver en GitHub↗

    android-ktx is a Kotlin extension library for the Android framework. It provides a collection of idiomatic helper functions that wrap native system calls to reduce boilerplate and improve code readability throughout Android application development. The library implements a set of tools for building styled strings, transformation matrices, and graphical elements. It utilizes a builder-based syntax to simplify the construction of system objects such as content values and data bundles. The project covers a broad range of capabilities, including the simplification of view manipulations and time

    This library provides a collection of idiomatic Kotlin extensions that simplify and reduce boilerplate for standard Android framework APIs, serving as a foundational utility for Android development.

    Android LibrariesIdiomatic API WrappersAndroid API Simplifications
    Ver en GitHub↗7,421
  • jetbrains/exposedAvatar de JetBrains

    JetBrains/Exposed

    9,255Ver en GitHub↗

    Kotlin SQL Framework

    Exposed is a robust Kotlin SQL framework that provides a type-safe DSL for database interactions, serving as a specialized tool for local data persistence within an Android development stack.

    KotlinSQL FrameworksAbstraction LayersDatabase Transaction Managers
    Ver en GitHub↗9,255
  • kotlin/kotlinx.coroutinesAvatar de Kotlin

    Kotlin/kotlinx.coroutines

    13,703Ver en GitHub↗

    Kotlinx.coroutines is a library for managing non-blocking background tasks and structured concurrency within the Kotlin programming language. It provides a framework for executing concurrent operations and synchronizing shared state, replacing traditional thread management and complex callback chains with lightweight primitives. The library utilizes a structured concurrency hierarchy to organize hierarchical background tasks, ensuring that lifecycle management, cancellation, and timeout handling propagate automatically to prevent resource leaks. It employs continuation-passing style transform

    This library provides the essential foundation for asynchronous programming and structured concurrency in Kotlin, which is a core requirement for modern Android development.

    KotlinCoroutine FrameworksConcurrency Management LibrariesReactive Streams Implementations
    Ver en GitHub↗13,703
  • square/moshiAvatar de square

    square/moshi

    10,138Ver en GitHub↗

    Moshi is a JSON serialization library and parser for Kotlin and Java. It functions as a reflectionless JSON encoder that converts typed objects to JSON strings and parses JSON data back into language objects. The library distinguishes itself through compile-time adapter generation, which removes the performance overhead associated with runtime reflection. It also provides a polymorphic JSON mapper that uses type identifiers to resolve and instantiate specific subclasses of a common base type. The framework supports custom adapter definitions for specialized type conversion, including nullabi

    Moshi is a high-performance, idiomatic JSON serialization library for Kotlin that is widely used in Android development to handle API data parsing efficiently.

    KotlinCompile-Time Code GenerationJSON Serialization LibrariesAdapter-Based Mapping
    Ver en GitHub↗10,138

Related searches

  • a collection of Kotlin Multiplatform libraries
  • plan de estudios para aprender Kotlin
  • guía de preparación para entrevistas de Android
  • a collection of libraries for Kotlin development
  • an object relational mapping library for Kotlin
  • a collection of UI components for Flutter
  • a lightweight http client for Kotlin
  • a testing framework for Kotlin projects