Custom Functions

Implementing A Singleton of Android DataStore To Save JWT
Implementing and Creating A Singleton of Android DataStore To Save JWT
Asymmetric Encryption and Decryption in PHP
In this post I will demonstrate a sample of encrypting and decrypting text using asymmetric encryption in PHP.
Sealed Class To Update UI From Kotlin 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.
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.