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を使用して文字列をエンコードし、bufferedimageが返されるようになりました。この画像をimageviewに表示したいのですが、最初にビットマップに変換する必要があるようです。誰かがこれを行う方法を教えてもらえますか?ありがとうございました!
ビットマップbitMapImage=BitmapFactory.decodeFile( "bufferedImage.jpg");