[android-developers] How to convert a image into Base64

2011-01-28 Thread saex
Hi Can someone tell me the code to transforma image (maximum of 200KB) into Base64 ??? i need to know how to do it with android, because i have to add the functionality to upload images to a remote server in my main app i am searching in google but i can't find easy examples that i can aford

Re: [android-developers] How to convert a image into Base64

2011-01-28 Thread Kumar Bibek
There are a few Base64Encoders available. Search for them. http://www.source-code.biz/base64coder/java/ Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Fri, Jan 28, 2011 at 10:03 PM, saex elpablos...@gmail.com wrote: Hi Can someone tell me the code to transforma image

[android-developers] How to convert a image into Base64 string?

2011-01-28 Thread saex
Hi Can someone tell me the code to transforma image (maximum of 200KB) into Base64 String??? i need to know how to do it with android, because i have to add the functionality to upload images to a remote server in my main app putting them into a ROW of the database, as a string. i am searching