在Android中将base64字符串转换为图像

use*_*977 6 base64 android image

有什么办法可以在Android中将base64字符串转换为图像吗?我从通过套接字连接的服务器接收xml中的base64字符串.

aio*_*obe 1

查看http://www.source-code.biz/base64coder/java/或任何其他将 base64 字符串转换为字节数组的示例,然后使用ImageIcon(byte[] imageData)构造函数。