beraybentesen / glide-xamarin-android

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

How do I use the Listener? #1

Closed ebbeknudsen closed 7 years ago

ebbeknudsen commented 7 years ago

How do I use .Listener()? I tried creating a class implementing IRequestListener, but that interface wants me to implement the property IntPtr Handle { get; }

Som help would be appreciated 👍 ;

roubachof commented 7 years ago

https://developer.xamarin.com/guides/android/advanced_topics/java_integration_overview/android_callable_wrappers/

ebbeknudsen commented 7 years ago

Wow - so simple. Thanks a lot, especially for the quick response :).

You can close this issue now.