Use Android Datastore and Firebase Cloud Messaging 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.
These functions are implements or methods I have used to help my projects progress. I often add miscellaneous functions here as I learn more about various types of implementations and APIs to use.
In this post I show you how to use Firebase Cloud Messaging and the Android Datastore to provide realtime UI updates in app.
In this post I will show you how I implemented Firebase Cloud Messaging in Android Compose to receive push notifications.
In this post I will show you how you can pass data between activities in Android Compose using intents.
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.
Here I post a simple template to create a bottom navigation bar in Android Compose.
I will show you a way to create your own DotEnv for PHP without needing Composer.
This post I will show you what I use to decode JWT to view the header and payload in Android.
Implementing and Creating A Singleton of Android DataStore To Save JWT
In this post I will demonstrate a sample of encrypting and decrypting text using asymmetric encryption in PHP.
This post will give an example of using sealed classes in Kotlin to update the Android Compose UI from data captured in a Flow.