[android-developers] Re: base64 in the sdk ?
On Feb 3, 2:25 pm, hapciu wrote: > Is there a base64 encoding/decoding utility anywhere in the Android > SDK ? > I wouldn't want to reinvent the wheel. > There is not, but I'm hoping Issue 902 will lead to one. http://code.google.com/p/android/issues/detail?id=902 --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---
[android-developers] Re: base64 in the sdk ?
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 -~--~~~~--~~--~--~---
[android-developers] Re: base64 in the sdk ?
I think the answer is no. You will find a Base64 encoder/decoder here: http://www.source-code.biz/snippets/java/2.htm It seems that it has been used with some success already. http://groups.google.com/group/android-developers/browse_thread/thread/1b434be82afd2661/da653497508b22a3 Al. On Feb 3, 10:25 pm, hapciu wrote: > Is there a base64 encoding/decoding utility anywhere in the Android > SDK ? > I wouldn't want to reinvent the wheel. > > thanks --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---