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 の UIImage iOS クラスに相当するものはありますか? 後で使用できるように、バイト配列を取り込んでイメージとしてメモリに保存できるオブジェクトが必要です。
私の質問に答える別の記事を見つけました:
バイト配列をビットマップに変換する方法
Bitmap オブジェクトを使用し、BitmapFactory を使用してそれらを作成できます。