Tag: android
-
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.
-
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.
-
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.
-
Android Kotlin Working With Sealed Class To Update UI From Flow
This post will give an example of using sealed classes in Kotlin to update the Android Compose UI from data captured in a Flow.
-
Android Working with a Flow to Update UI in Compose
This post I will demonstrate working with Flows in Android to process task and update the UI.
-
Add Custom Http Interceptor To Retrofit in Android For Encryption Communication
In this post I show you how I implemented a custom Retrofit Http Interceptor for encryption in Android to communicate with a PHP server.