Integrating Code Formatting into Your Android Projects

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ktfmt

    A program that reformats Kotlin source code to comply with the common community standard for Kotlin code conventions.

    ktfmt is a tool developed by Facebook that pretty-prints (formats) Kotlin code based on google-java-format. It always produces the same result, regardless of how the code looks initially, allowing developers to focus on the essence of their code.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • detekt

    Static code analysis for Kotlin

    When our team began migrating to Jetpack Compose, we wanted to avoid common mistakes due to our limited expertise. We discovered detekt and compose-rules for static code analysis which was also added to our pre-commit hook.

  • ktfmt-gradle

    A Gradle plugin to apply ktfmt to your builds, and reformat you Kotlin source code like a glimpse ๐Ÿงน๐Ÿ˜

    ktfmt Gradle plugin GitHub

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

  • Setting up linting/formatting for an Android project

    1 project | /r/androiddev | 23 Mar 2023
  • Three features in Android Studio that maybe you've missed

    1 project | dev.to | 29 May 2022
  • Adding Klint to my Android apps

    1 project | dev.to | 4 Mar 2022
  • Modern Android Development in 2023

    7 projects | dev.to | 23 Jan 2023
  • Learning in public: Lessons from open source

    3 projects | dev.to | 29 Jan 2022

Did you konow that Kotlin is
the 16th most popular programming language
based on number of metions?