Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 android 编程新手,目前正在使用 zxing 研究 QRcode。我使用 zxing 对字符串进行编码,现在返回了缓冲图像。现在我想在图像视图中显示这个图像,但看起来我需要先将它转换为位图。有人可以告诉我这样做的方法吗?谢谢!
位图 bitMapImage = BitmapFactory.decodeFile("bufferedImage.jpg");