
-
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.
-
Create A Custom Code Entry TextField In Android Compose
In this post I will show you a couple of custom BasicTextField elements created in Android Compose that can be used for code entry system.
-
PHP Add 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.
-
PHP Create Your Own DotEnv Without Composer
I will show you a way to create your own DotEnv for PHP without needing Composer.
-
Android Accessing JWT Payload – Decode JWT
This post I will show you what I use to decode JWT to view the header and payload in Android.
-
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.
-
Implementing and Creating A Singleton of Android DataStore To Save JWT
Implementing and Creating A Singleton of Android DataStore To Save JWT
-
Add Custom 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.
-
Android Alter Room Database Table With AutoMigration
In this post I shared how to use AutoMigration with Room in Android to delete a column.
-
Asymmetric Encryption and Decryption in PHP
In this post I will demonstrate a sample of encrypting and decrypting text using asymmetric encryption in PHP.