Configuration

FCM Multiple Notifications When Android App In Background
A solution to FCM multiple notifications being sent to user device when Android app is in background providing negative user experience.
Integrate Google User Messaging Platform and Admob To Android
Integrate Google User Messaging Platform and Admob in Android.
Upload Base64 Encoded Images In Android To PHP Server
Android Uploading Base64 Encoded Images To PHP Server in Retrofit.
Upload Image Files To PHP Server In Android Using Retrofit
Use Retrofit in Android Compose to upload an image file to a hosted PHP server.
MySQL DELETE SubQuery Returns More Than 1 Row
This post I will show you how you can create a MySQL DELETE query with a subquery that returns more than 1 row as its result.
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.
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.
Integrate PHPMailer To Use In IIS Without Composer
This post will show you how to add PHPMailer to your IIS PHP configuration without needing to utilize Composer.
Working With JWT Authentication In Android And A PHP Server
I will show you a sample project of working with JWT Authentication in Android and a PHP Server.
Authenticator For Retrofit In Android To Handle JWT Authentication
I will show you an example of how to create a custom authenticator for Retrofit in Android to handle user authentication using JWT.