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.
This post will give an example of using sealed classes in Kotlin to update the Android Compose UI from data captured in a Flow.
This post I will demonstrate working with Flows in Android to process task and update the UI.
In this post I show you how I implemented a custom Retrofit Http Interceptor for encryption in Android to communicate with a PHP server.
I will show you how I was able to overcome the javax.crypto.IllegalBlockSizeException In Android with asymmetric communication with a host PHP server.
In this post I will show you an example of symmetric encryption in Android using the Android KeyStore.
In this post I will show you how I implemented asymmetric encryption with Android and a host PHP server.
In this post I will show you how I created a custom test switch for Android Compose.
This post will show you an example of implementing form validation in a simple user registration form.
In this post I will show you how to make Android communicate with a remote MySQL server via PHP.
Android accessing your own hosted MySQL database.