HI. I have a question
i load image to ImageView like this:
but if i have all image files in folder like: files\mypic\
i try to use:
but its dont work with images
how to load image from new folder inside files?
THX
i load image to ImageView like this:
B4X:
image_view1.Bitmap = LoadBitmap(File.DirAssets,"filename.jpg")
but if i have all image files in folder like: files\mypic\
i try to use:
B4X:
image_view1.Bitmap = LoadBitmap("file:///android_asset/mypic/","filename.jpg")
but its dont work with images
how to load image from new folder inside files?
THX