S Steini1980 Active Member Licensed User Longtime User Aug 6, 2014 #1 Hi, I have get Imagedata from Contentprovider, how can I load an Image in my App? The preferred method to do this is not available in Basic4Android, I need something like: B4X: Uri uri = Uri.parse("content://de.dirkfarin.imagemeterpro/image/anno/" + mImageID); imageView.setImageURI(uri); How can I load the Image from Content://xxx into B4A App? The Mediastore on this Contentprovider doesn't have table data, I get directly the Image.
Hi, I have get Imagedata from Contentprovider, how can I load an Image in my App? The preferred method to do this is not available in Basic4Android, I need something like: B4X: Uri uri = Uri.parse("content://de.dirkfarin.imagemeterpro/image/anno/" + mImageID); imageView.setImageURI(uri); How can I load the Image from Content://xxx into B4A App? The Mediastore on this Contentprovider doesn't have table data, I get directly the Image.
S Steini1980 Active Member Licensed User Longtime User Aug 6, 2014 #2 PiccassoJar solved this problem: http://www.b4x.com/android/forum/th...onaljar-and-javaobject-picasso.40904/#content Upvote 0
PiccassoJar solved this problem: http://www.b4x.com/android/forum/th...onaljar-and-javaobject-picasso.40904/#content
Erel B4X founder Staff member Licensed User Longtime User Aug 6, 2014 #3 Did you use ContentChooser to get this url? Upvote 0