Android Convert Image to Base64 String or Base64 String to Image

In this tutorial you will learn how to convert image to base64 string or base64 string to image in android. Base64 is an encoding schema that represents binary data in an ASCII string. It becomes really helpful in case you want to upload image to server or save the image in database. How It Works? … Continue reading Android Convert Image to Base64 String or Base64 String to Image