Louis CAD
Louis CAD
https://github.com/GradleUp/auto-manifest/ Thanks to @martinbonnin for the suggestion!
The current short description is "A collection of light, general purpose Android libraries. Kotlin friendly." Since the library is now 99% Kotlin and GitHub shows it, "Kotlin friendly" is no...
It's pretty straightfowards to implement correctly with back-pressure support out of the box using `awaitOneClick(…)` already in Views Coroutines: ```kotlin fun View.clicksFlow( disableAfterClick: Boolean = true, hideAfterClick: Boolean = false...
- [Announcement in Gradle 5.0](https://gradle.org/whats-new/gradle-5/#fine-grained-transitive-dependency-management). - [Firebase using it](https://firebase.google.com/docs/android/setup#firebase-bom). - [Gradle doc](https://docs.gradle.org/5.0/userguide/managing_transitive_dependencies.html#sec:bom_import).
OK: ```kotlin add(confirmBtn, lParams(height = wrapContent) { startToEndOf(skipBtn) // Start first endOfParent(margin = dip(8)) // No top constraint, end constraint next bottomOfParent() // Bottom last }) ``` Not OK: ```kotlin...
See Material Components for Android documentation: https://github.com/material-components/material-components-android/blob/ce2af89a1dd27b336b450034726f81a2680eea8c/docs/components/Snackbar.md#anchoring-a-snackbar
If you would use it, please add a 👍, otherwise, it may never make it into the library, unless I need it.