[WIP] I created my first Android library using Kotlin for validating Forms and Strings

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

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
  • A Glitch in the Data

    Discontinued a no-nonsense android library for form validation/validate and string matching

  • The idea behind Kotlin is to have better/simpler null handling... If you declare something as Nullable? it is expected that null is a valid argument. If you'd just declare your arguments as non-null, it would a) be a compile-time error for Kotlin code and b) a lint warning / runtime error (NPE) for Java... You definitely should not make it nullable in Kotlin and throw your own exception.

  • 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
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

  • Coroutines are not just about concurrency

    1 project | dev.to | 1 Sep 2023
  • Ksoup - Kotlin Multiplatform HTML Parser ⚡

    2 projects | /r/Kotlin | 11 May 2023
  • Are Fragments in Android going to be deprecated in favor of Jetpack Compose?

    6 projects | /r/androiddev | 23 Apr 2023
  • What do you use for compose navigation?

    12 projects | /r/androiddev | 11 Apr 2023
  • Which navigation library for compose do you suggest?

    5 projects | /r/androiddev | 2 Jan 2023