glidex icon indicating copy to clipboard operation
glidex copied to clipboard

glidex.forms is a library using Glide for faster Xamarin.Forms images on Android. Find out more about Glide at https://github.com/bumptech/glide

Results 17 glidex issues
Sort by recently updated
recently updated
newest added

I have installed this package and the glidex package and everything builds properly but the images I am trying to display do not display. When I remove this package but...

bug

Hi Jonathan, Thanks for this package ... I've been using FFImageLoading for a long time but many bugs with recents version of Xamarin Forms discouraged me. I would try your...

enhancement
question

A `System.NotSupportedException` is thrown under the following circumstances: - GlideX.Forms is used with a Xamarin.Forms application. - An `Image` control is contained with an `ItemTemplate` inside a `CollectionView` - The...

bug
need-info

I had install this nuget pakcage to my existing project. after that my images are getting large size. this will explain my issue. https://forums.xamarin.com/discussion/153086/super-fast-image-loading-for-android-apps-with-glidex-issue/p1?new=1 ![image](https://user-images.githubusercontent.com/840039/55653971-aaef0900-57b5-11e9-8ffb-c885be98c5b1.png)

need-info

Hi Jonathan, great work! I would love to see a fully functional Glide in Xamarin. Is there a way to configure glidex from Xamarin.Android ? I saw, that you excluded...

enhancement
question

I'm using the new Bindable.ItemSource from Xamarin.Forms 4 ```xml ``` and the datatemplate like ```xml ``` I'm setting the image source in the OnBindingContextChanged method in the template codebehind. The...

bug
need-info

How can I create a custom DataFetcher? How can I assign this to my Glide setup? or How can I pass the desired HttpClient/http request to use? Please provide examples....