Tag: ui
-
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 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 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.
-
Simplify Creating a Notification In Android Compose
Simplified way to create notifications in Android Compose with custom method.
-
Create and Setup React App For Use In Android Studio
This post will show you the steps I used to create my first React app for Android app development.