0

このエラーが発生する理由とそれを修正するための解決策を知っている人はいますか?

私の宣言:

ArrayList<Image> specificItemImage;  <<The error is: Image cannot be resolved to a type.

ここでは、使用しているデータベースから画像を取得します。

specificItemImage = mDbHelper.getItemMultiTableData("item_master.[item_image]", "item_master", "item", "item_master.[id]", "item.[item_master_id]", "item_att", "item.[id]", "item_att.[item_id]", "item_att.[attribute_id] = 3");

データベースから取得している画像のリストは .jpg です。

私の質問は、データベースから .jpg 画像のリストを取得するために ArrayList を宣言する必要があるのは何ですか?

4

0 に答える 0