How can I upload an image from a subdirectory?
I have an app that involves multiple folders that contain images, I would keep separate images.
Using this code, but it does not work:
Thanks to all
I have an app that involves multiple folders that contain images, I would keep separate images.
Using this code, but it does not work:
B4X:
ImageView1.Bitmap = LoadBitmap(File.DirAssets & /"automobili", ImageFiles(0))