Android Question How do I load an image?

ShuMan

New Member
Licensed User
I saved a jpeg in the files folder and added it in the files manager. I tried to access it with

myImage = LoadBitmap(File.DirAssets,"filename.jpeg")

but it says that the file does not exist. Can anyone help?
 
Top