A Glitch in the Data
a no-nonsense android library for form validation/validate and string matching (by yamin8000)
Convalida
A simple, lightweight and powerful field validation library for Android. (by wellingtoncosta)
A Glitch in the Data | Convalida | |
---|---|---|
2 | - | |
1 | 204 | |
- | - | |
3.0 | 0.0 | |
almost 3 years ago | about 5 years ago | |
Kotlin | Java | |
GNU General Public License v3.0 only | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
A Glitch in the Data
Posts with mentions or reviews of A Glitch in the Data.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-08.
-
[WIP] I created my first Android library using Kotlin for validating Forms and Strings
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.
Convalida
Posts with mentions or reviews of Convalida.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning Convalida yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing A Glitch in the Data and Convalida you can also consider the following projects:
KODI - light-weight KOtlin Dependency Injection (KODI)
checker - Effortless input validation in Go with the power of struct tags. No dependencies, just pure simplicity. ✨ See how! 👀
android-collar - Gradle plugin which collects all analytics screen names, events and user properties for Android projects.
coroutinesmanager - Some helpful kotlin coroutines manager classes and extensions CoroutinesManager