Louis CAD
Louis CAD
I can take inspiration from kotlinx.coroutines guide and Android KTX comparison doc: - kotlinx.coroutines is interesting because it show snippets after each concept to understand step by step. - Android...
This could be helpful to invalidate anything that relies on latest config change. Examples are most UI related stuff (like parts of a `Ui` in View DSL), locale bound objects...
This is for the `Configuration` class of Android. Examples: `isLandscape`, `isPortrait`, `isSquare`, `isNightMode`, etc. This will allow for easy config changes handling, and allow usage from styles from View DSL....
Needs to provide a no-op implementation of `Lifecycle`.
Any participation/help in the API design process is appreciated! Things to consider: - Optional feature (so probably separate split(s)) - What to support? LiveData, kotlinx.coroutines channels or [upcoming cold streams](https://github.com/Kotlin/kotlinx.coroutines/issues/254),...
This would allow to change its gravity and customize it in other ways before it is shown.
Should be pretty easy to do for anyone as there's a README that explains how to use it. Any help is appreciated as this library is a lot of work...
A persistent lint warning should be present for any `Context.injectAsAppCtx()` usage since it's potentially unsafe to use. This should escalate to fatal if directly called with a subclass of the...