Tag: compose
-
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.
-
Add Custom Authenticator For Retrofit In Android To Handle JWT Authentication
I will show you an example of how to create a custom authenticator for Retrofit in Android to handle user authentication using JWT.
-
Android Kotlin Working With Sealed Class To Update UI From Flow
This post will give an example of using sealed classes in Kotlin to update the Android Compose UI from data captured in a Flow.
-
Android Working with a Flow to Update UI in Compose
This post I will demonstrate working with Flows in Android to process task and update the UI.
-
Android Symmetric Encryption using Android KeyStore
In this post I will show you an example of symmetric encryption in Android using the Android KeyStore.
-
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 Registration UI Form Validation
This post will show you an example of implementing form validation in a simple user registration form.
-
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.
-