Tag: jetpack
-
Create a Dynamic Background In Android Compose 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.
-
Android Compose Create A Custom Switch With Text Elements
In this post I will show you how I created a custom test switch for Android Compose.
-
Android Compose Sending and Receiving JSON With MySQL Server
In this post I will show you how to make Android communicate with a remote MySQL server via PHP.
-
Simplify Creating a Notification In Android Compose
Simplified way to create notifications in Android Compose with custom method.
-
Creating A Transition Animation in Android Compose
How to utilize transition animations in Android Compose.
-
How To Fix Glide SSL Exception in Android Compose
This is a fix for Glide SSL Exception for loading an image in Android Compose. Trust anchor for certification path not found error.
-
Create A Custom TV Remote UI for Android in Compose
I will show you how I created a custom remote control UI for Android in Compose using a Canvas.