A Glitch in the Data
FancyShowCaseView
A Glitch in the Data | FancyShowCaseView | |
---|---|---|
2 | 1 | |
1 | 1,974 | |
- | - | |
3.0 | 5.1 | |
almost 3 years ago | about 2 months ago | |
Kotlin | Kotlin | |
GNU General Public License v3.0 only | Apache License 2.0 |
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
-
[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.
FancyShowCaseView
-
FancyShowCaseView (Spotlight) no longer works?
I'm trying to use the FancyShowCaseView spotlight found here: https://github.com/faruktoptas/FancyShowCaseView
What are some alternatives?
Convalida - A simple, lightweight and powerful field validation library for Android.
maven-simple - Example Maven project demonstrating the use of
KODI - light-weight KOtlin Dependency Injection (KODI)
Biometric-Authentication-Android - A sample implementation of AndroidX biometrics API using Kotlin. Authenticate using biometrics or PIN/Password if biometrics isn't available on device. Fully implemented in Jetpack compose using Material 3 dynamic theming and also has a separate implementation in xml with MDC 3.
android-collar - Gradle plugin which collects all analytics screen names, events and user properties for Android projects.
ComposePrefs3 - ComposePrefs3 is a fully featured library of preference composables for Jetpack Compose.
coroutinesmanager - Some helpful kotlin coroutines manager classes and extensions CoroutinesManager
expandable-fab - A highly customizable 'speed dial' FloatingActionButton implementation.
UnlockPremium - A package to include a standard "Unlock premium" view in iOS and Android apps
notify - Simplified notification construction and delivery for Android.
Flippable - A Jetpack Compose library for animating a flip transition between the front and back of something, such as a card.
kotlin-snapshot-testing - Extensible Kotlin Multiplatform library to easily create Snapshot tests for Android and other Kotlin applications