This has me scratching my head.....(but I tend to do that a lot!!)
My app allows the user to take and store a photo, then displays that photo. When the photo is taken it is saved to File.DirRootExternal. After the photo is taken, it is displayed on an ImageView.
If I run the app on an emulator the photo is displayed correctly on the ImageView, but when I run it on my phone, the ImageView remains blank. I get no errors about file not found or anything.....it just doesn't show. I guess I'm probably doing something really basic (no pun intended!!) wrong, but what?
My app allows the user to take and store a photo, then displays that photo. When the photo is taken it is saved to File.DirRootExternal. After the photo is taken, it is displayed on an ImageView.
If I run the app on an emulator the photo is displayed correctly on the ImageView, but when I run it on my phone, the ImageView remains blank. I get no errors about file not found or anything.....it just doesn't show. I guess I'm probably doing something really basic (no pun intended!!) wrong, but what?