Any declarative based libraries

This page summarizes the projects mentioned and recommended in the original post on /r/androiddev

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • Store

    A Kotlin Multiplatform library for building network-resilient applications (by MobileNativeFoundation)

  • I've found Store by dropbox but it doesn't seem to provide declarative tooling https://github.com/dropbox/Store

  • react-query

    Discontinued 🤖 Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue. [Moved to: https://github.com/TanStack/query]

  • Network caching, fetching, pagination e.g. React-query https://react-query.tanstack.com/. I've found Store by dropbox but it doesn't seem to provide declarative tooling https://github.com/dropbox/Store

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • formik

    Discontinued Build forms in React, without the tears 😭 [Moved to: https://github.com/jaredpalmer/formik]

  • Forms with validations e.g. like React Formik alongside Yup validation. https://formik.org/

  • DeclarativeAdapter-kt

    Easiest way to declare RecyclerView Adapters in Android [Kotlin]

  • you can check out my library, declarative adapter: https://github.com/andob/DeclarativeAdapter-kt with it, you can define recycle view adapters more easily, but typing what you want, not how you want, step by step. also you can check out other open source libraries I made. I love declarative + functional style :)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts