How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
The main features of rybalkinsd/kohttp are: Kotlin Libraries.
Projects with overlapping indexed features include: terrakok/kmp-awesome — KMP-Awesome is a curated directory and resource index for the Kotlin Multiplatform ecosystem. It serves as a… kotlin/anko — Anko is an Android Kotlin library designed to simplify application development through a set of domain-specific… marcinmoskala/preferenceholder — SharedPreference usage made fun in Kotlin. mcxiaoke/kotlin-koi. metalabdesign/asyncawait. kohesive/klutter.
KMP-Awesome is a curated directory and resource index for the Kotlin Multiplatform ecosystem. It serves as a centralized hub for developers to discover libraries, frameworks, and tools designed to streamline the creation of shared codebases for mobile, desktop, and web applications. The project distinguishes itself by organizing a comprehensive collection of solutions that address the core challenges of cross-platform development. It highlights resources for implementing shared business logic, declarative user interface components, and type-safe data persistence layers. By providing a structu
Anko is an Android Kotlin library designed to simplify application development through a set of domain-specific languages and extensions. It functions as a programmatic UI DSL, an SQLite wrapper, an SDK utility, and an asynchronous framework. The project provides a declarative layout system that allows developers to build user interfaces through code instead of static XML markup. It distinguishes itself by offering a fluent database layer that eliminates manual cursor management and a concurrency system that uses weak references to prevent memory leaks in activities. The library covers broad
SharedPreference usage made fun in Kotlin