You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I get this in my application (Android project of a Xamarin.Forms solution) output
[glidex] IImageViewHandler of type Android.Glide.ImageViewHandler, instance created. [glidex] IImageViewHandler of type Android.Glide.ImageViewHandler, LoadImageAsynccalled. [Glide] Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored [glidex] Loadinghttps://firebasestorage.googleapis.com/...` as a web URL`
I am filling the Source property of my image in the code behind like this MyImage.Source = ImageSource.FromUri(new Uri("https://firebasestorage.googleapis.com/..."));
My image is not showing.
Please can you kindly provide any help?
The text was updated successfully, but these errors were encountered:
@jonathanpeppers my code also show this error : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored. [io01-26 12:50:15.907 I] Glide treats LayoutParams.WRAP_CONTENT as a request for an image the size of this device's screen dimensions. If you want to load the original image and are ok with the corresponding memory cost and OOMs (depending on the input size), use override(Target.SIZE_ORIGINAL). Otherwise, use LayoutParams.MATCH_PARENT, set layout_width and layout_height to fixed dimension, or use .override() with fixed dimensions.
And the images are not displaying expect in case i specified the HeightRequest in the Xaml Image control
Hi,
I get this in my application (Android project of a Xamarin.Forms solution) output
[glidex] IImageViewHandler of type
Android.Glide.ImageViewHandler, instance created. [glidex] IImageViewHandler of type
Android.Glide.ImageViewHandler,
LoadImageAsynccalled. [Glide] Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored [glidex] Loading
https://firebasestorage.googleapis.com/...` as a web URL`I am filling the
Source
property of my image in the code behind like thisMyImage.Source = ImageSource.FromUri(new Uri("https://firebasestorage.googleapis.com/..."));
My image is not showing.
Please can you kindly provide any help?
The text was updated successfully, but these errors were encountered: