Building an Icon Picker for the Jetpack Compose material-icons-extended library
The material extended library has tons...
Think Once, Reuse Forever: Leveraging Generic Jetpack Composables to Eliminate Duplicate Code
The use of generic programming in...
Basics in Jetpack Compose Layouts: A Guide to Vertical and Horizontal Centering
Centering with respect to the screen...
Effortless Loading Screen with State Flows and Jetpack Compose – Just 4 Easy Steps
Crafting a loading indicator for your...
Building a Basic DateField in Jetpack Compose: A Step-by-Step Guide
We want a basic composable that...
Effortless Custom Navigation Implementation with Jetpack Compose: A Beginner’s Guide
For small app’s sometimes is better...
Effective Singleton Instance Management in Jetpack Compose Using Map
The Singleton design pattern ensures that...
Kotlin collection operations that you will use every day
In you daily programming you will...
Strategy Pattern in Jetpack Compose
So you thought design patterns couldn’t...
Pull up Refactor in Jetpack Compose
The pull-up refactoring involves finding common...