jetpack

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 Zoom and Pan Image Transformation
Example of how to implement a zoom and pan feature in Android Compose.
Android Transition Animations For Custom BadgeBox
Custom BadgeBox animation in Android Compose using Transition Animations.
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.
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.
Create An Animated Android Switch To Toggle UI Composables
In this post I will show you how I created a custom test switch for Android Compose.
MySQL Communication With Android
In this post I will show you how to implement Android communication with a remote MySQL server via PHP.
Simplify Creating Notifications In Android Compose
Simplified way to create notifications in Android Compose with custom method.