Custom Functions

Android ViewModel Using A Repository With Interfaces
Learn how to implement Android ViewModel using a Repository with interfaces for clean architecture in your app.
Android BroadcastReceiver To Listen For Custom Actions
Create an Android BroadcastReceiver to listen for custom actions sent by app to execute further necessary processing.
Android BroadcastReceiver To Update UI Through ViewModel
Implement an Android BroadcastReceiver to update UI through a ViewModel by observing state object in a singleton repository.
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.
1 2 3