hapciu wrote:
> Is there a base64 encoding/decoding utility anywhere in the Android
> SDK ?
> I wouldn't want to reinvent the wheel.
>
> thanks
>   
Personally, I made  two new packages within my app's package to handle 
the Apache Commons/Jakarta base-64 classes at 
http://commons.apache.org/codec/ . Since Android and the SDK already 
includes some of classes from that project, I don't know why they 
weren't already included, but they seem to work pretty well in my 
project at least.


Raymond

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to