beraybentesen / glide-xamarin-android

Glide Xamarin Binding
https://www.nuget.org/packages/Glide.Xamarin/
61 stars 14 forks source link

[Question] How to use AppGlideModule #15

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi

Do You have any sample about AppGlideModule and how to use it? I need to load images from the internet which requries client certificate.

Thanks Lockness

krobitai commented 6 years ago

Locknes were you able to figure this out? Also interested in this capability.

AndrewBriareZya commented 6 years ago

Oh boy. I should have checked here before submitting a StackOverflow question about this exact thing. Perhaps I'll leave it =]

https://stackoverflow.com/questions/48173133/how-do-i-use-the-appglidemodule-in-xamarin-android

Saratsin commented 3 years ago

Now there's one more option to use custom glide module from C# code. Just install package of this project:

https://github.com/KDD-Digital-Healthcare-GmbH/Kdd.Glide.AppModuleInjector

NOTE: if you need custom AppModule for glide just to accept self-signed certificates, you can install this package as well, it already has implementation of such module:

https://github.com/KDD-Digital-Healthcare-GmbH/Kdd.Glide.UnsafeUrlLoadingAppGlideModule