tags:

views:

134

answers:

2

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 :)

A: 

This question has already been asked before..

You can try using this class to encode or decode base64 String

http://www.source-code.biz/base64coder/java/

Rahul
A: 

Android has a class for doing this.

http://developer.android.com/reference/android/util/Base64.html

Soumya Simanta
This class doesnot exist in Android 1.5.
Remmyabhavan