retrofit

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.
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.
Http Interceptor For Retrofit in Android To Encrypt 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.
IllegalBlockSizeException for Asymmetric Communication
I will show you how I was able to overcome the javax.crypto.IllegalBlockSizeException In Android with asymmetric communication with a host PHP server.
Access MySQL From Android
Android accessing your own hosted MySQL database.