Introduction This blog aims to explain how to manage, inside a ViewModel, ** mutable states that changes a Jetpack Compose UI**. To achieve this...
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...
A simple utility class that I created for Android RecyclerView, that helps you customize your RecyclerView's...
Here's what worked for me: First I wrote this line of code in the Android Studio terminal: ./gradlew build --warning-mode all When you do that, you...