Adopting Jetpack Compose ComposeView Using Compose UI in the existing codebase in important to iteratively migrating over to Compose. Let's take a look at how you can use `ComposeView` and `AbstractComposeView` to do that.
Adopting Jetpack Compose Theming So now that Jetpack Compose is stable, let's look at how you can start adopting Compose to your existing project. Starting with theming 🎨
AnimatedStateListDrawable When developing an application, there's an opportunity to polish the user experience by using icon animations to define different states of a particular interaction.
RecyclerViews made easy with Epoxy Complex RecyclerViews are difficult to build and often require a lot of boilerplate code. Epoxy makes this task really easy and…