Is there a base-64 decoder and encoder for a string in Android?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
It seems that this was added in API version 8 or android 2.2 so it will not be available on the older platforms. But the source of it is at |
||||
|
|
|
This is an example of how to use the
This excerpt can be included in an Android activity. |
||||
|
|
|
Here is a simple method I was going to use until I realized that this is only supported in Android API 8+:
|
||||
|
|
|
base64 decode this may help all of us. |
|||
|
|
