ui

Build A Working Custom Analog Clock In Android Compose Canvas
Use Android Compose to build a working analog clock face using a Canvas Composable.
Android Transition Animations For Custom BadgeBox
Custom BadgeBox animation in Android Compose using Transition Animations.
Custom DropDownMenu In Android Compose With Selection
In this post I will show you how to implement a custom DropDownMenu in Android Compose that tracks the current selection with a checkmark icon.
Passing Data between Activities in Android Compose With Intents
In this post I will show you how you can pass data between activities in Android Compose using intents.
Create A Checkmark Animation With Animatables in Android
In this post I will show you how to create a checkmark animation in Android Compose using Animatables.
Implementing A Bottom Navigation Bar Template For Android
Here I post a simple template to create a bottom navigation bar in Android Compose.
ElevatedCard With A Slide In Menu in Android Compose
In this post I will show you a sample Composable of an ElevatedCard with a slide in menu in Android Compose.
Dynamic Background In Android Using Canvas and Paths
In this post I will show you a simple example of using a Canvas element in Android Compose to create a dynamically created background for your UI.
Create A Custom Code Entry TextField In Android Compose
In this post I will show you a couple of custom BasicTextField elements created in Android Compose that can be used for code entry system.
Flow to Update UI in Android Compose
This post I will demonstrate working with Flows in Android to process task and update the UI.
1 2 3