Create a Dynamic Background In Android Compose 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.
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.
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.
This post will show you how to add PHPMailer to your IIS PHP configuration without needing to utilize Composer.
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.
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
I will show you an example of how to create a custom authenticator for Retrofit in Android to handle user authentication using JWT.
In this post I shared how to use AutoMigration with Room in Android to delete a column.
In this post I will demonstrate a sample of encrypting and decrypting text using asymmetric encryption in PHP.