Skip to content Skip to sidebar Skip to footer

Cannot Find Image Stored

I am currently using this code to store images (it might be wrong). The path is this: public static final String IMAGE_DIR = 'test'; The code for saving the image is as follow: p

Solution 1:

The code actually works I made a mistake an kept storing only index 0 of the image. I will leave the code up for anyone that wants to use it just change this line String pictureToCheck = menuItems.get(0).getPicture(); for get 0 to the actual looped image


Post a Comment for "Cannot Find Image Stored"