Custom Functions

Flow to Update UI in Android Compose
This post I will demonstrate working with Flows in Android to process task and update the UI.
IllegalBlockSizeException for Asymmetric Communication
I will show you how I was able to overcome the javax.crypto.IllegalBlockSizeException In Android with asymmetric communication with a host PHP server.
Symmetric Encryption using Android KeyStore
In this post I will show you an example of symmetric encryption in Android using the Android KeyStore.
PHP Asymmetric Encryption With Android Payload
In this post I will show you how I implemented asymmetric encryption with Android and a host PHP server.
MySQL Communication With Android
In this post I will show you how to implement Android communication with a remote MySQL server via PHP.
Access MySQL From Android
Android accessing your own hosted MySQL database.
Simplify Creating Notifications In Android Compose
Simplified way to create notifications in Android Compose with custom method.
Request Multiple Permissions In Android with Custom Message
I will show you my example of requesting multiple permissions in Android Compose with Custom Dialog messages.
Requesting Android Permissions With Example
This post is a reference for how I created a permission requesting system in Android Compose.