Blog

Custom DropDownMenu In Android Compose With Selection
In this post I will show you how to implement a custom DropDownMenu in Android Compose that tracks the current selection with a checkmark icon.
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.
Push Notifications With Firebase Cloud Messaging From PHP
In this post I will show you how you can implement Firebase Cloud Messaging on your PHP server to use in your app to push notifications to users.
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.
Create A Checkmark Animation With Animatables in Android
In this post I will show you how to create a checkmark animation in Android Compose using Animatables.
Implementing A Bottom Navigation Bar Template For Android
Here I post a simple template to create a bottom navigation bar in Android Compose.
ElevatedCard With A Slide In Menu in Android Compose
In this post I will show you a sample Composable of an ElevatedCard with a slide in menu in Android Compose.
Simplify Complex MySQL Queries Using JOIN Clause Statements
In this post I will show you a sample of how to use JOIN statements in MySQL to simplify your queries.
Dynamic Background In Android Using Canvas and Paths
In this post I will show you a simple example of using a Canvas element in Android Compose to create a dynamically created background for your UI.
1 3 4 5 6 7 9