@kevingwrites
Android, iOS, Web Software Developer
Android, iOS, Web Software engineering
Introduction This blog aims to explain how to manage, inside a ViewModel, ** mutable states that changes a Jetpack Compose UI**. To achieve this management, we'll be using a single data class that stores the UI mutable states. We'll be using as examp...

To create our own PresenterShape, let's start with a simple example, where we make our Presenter the same size as our LifecyclerOwner's (Activity or Fragment) decorView. We'll call it DecorViewShape : /** * This [PresenterShape] has the shape of a s...
