Hello In my application i need to convert Image to Base64 format. Could any one please let me know how i can do that?
Please forward your valuable suggestions.
Thanks in advance :)
Hello In my application i need to convert Image to Base64 format. Could any one please let me know how i can do that?
Please forward your valuable suggestions.
Thanks in advance :)
This question has already been asked before..
You can try using this class to encode or decode base64 String
Android has a class for doing this.
http://developer.android.com/reference/android/util/Base64.html