Custom Functions

Use Android Datastore and FCM For Realtime App Updates
In this post I show you how to use Firebase Cloud Messaging and the Android Datastore to provide realtime UI updates in app.
Use FCM In Android Compose to Receive Push Notifications
In this post I will show you how I implemented Firebase Cloud Messaging in Android Compose to receive push notifications.
Passing Data between Activities in Android Compose With Intents
In this post I will show you how you can pass data between activities in Android Compose using intents.
Prefill Android Room Database With Values At Time of Creation
In this post I will show the method I used to add a predetermined set of values to an Android Room database at time of creation.
Implementing A Bottom Navigation Bar Template For Android
Here I post a simple template to create a bottom navigation bar in Android Compose.
Create Your Own DotEnv In PHP Without Composer
I will show you a way to create your own DotEnv for PHP without needing Composer.
Decode JWT In Android
This post I will show you what I use to decode JWT to view the header and payload in Android.
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.