beraybentesen / glide-xamarin-android

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

Cannot create class that inherits from BaseTarget #9

Open MagneticLlama opened 7 years ago

MagneticLlama commented 7 years ago

I've created a private class called PreloadTarget that inherits from BaseTarget, but I get a compile error saying I have to override OnResourceReady, but that method is not accessible on BaseTarget.

"ListPreloader_1_PreloadTarget is not abstract and does not override abstract method onResourceReady(Object,GlideAnimation) in Target public class ListPreloader_1_PreloadTarget"

beraybentesen commented 7 years ago

Updated to 4.1.1. Could you give a chance ?

MagneticLlama commented 7 years ago

OnResourceReady is now now available to override on BaseTarget, but there are several critical issues with 4.1.1 which I will note in a new issue.