In this tutorial, I will show you how to make Base64 encoding and decoding functionality in Kotlin/Android. We’re gonna convert several kinds of String to Base64, then decode Base64 to original String.
Tag: android

Java Android – Read JSON file from assets using Gson
In this Java-Android tutorial, I will show you how to read and parse JSON file from assets using Gson.

Kotlin Android – Read JSON file from assets using Gson
In this Kotlin-Android tutorial, I will show you how to read and parse JSON file from assets using Gson.
Related Posts:
– Kotlin – Convert object to/from JSON string using Gson
– How to read File in Kotlin