Hello, I have several icons with same name (ie. someimage.png) and different sizes (48x48), (72x72) etc. in each drawable-*dpi folder.
I'm not meaning the icon app but any other icon or image. For example an icon or a picture of a cat at the center of the layout.
My question is how can I use those icons in the code?
From the b4a HelpViewer:
Example:
ImageView1.Bitmap = LoadBitmap(File.DirAssets, "someimage.jpg")
But those images are not in dirassets nor direxternal, or should I add those image files that have the same name?, how? ... the concrete image should be get by Android at runtime from the appropiate drawable folder for the device used.
So how must be my code?
Or have I to add any line in the manifest like in the case of the launcher icon?
Thanks in advance
I'm not meaning the icon app but any other icon or image. For example an icon or a picture of a cat at the center of the layout.
My question is how can I use those icons in the code?
From the b4a HelpViewer:
Example:
ImageView1.Bitmap = LoadBitmap(File.DirAssets, "someimage.jpg")
But those images are not in dirassets nor direxternal, or should I add those image files that have the same name?, how? ... the concrete image should be get by Android at runtime from the appropiate drawable folder for the device used.
So how must be my code?
Or have I to add any line in the manifest like in the case of the launcher icon?
Thanks in advance