beraybentesen / glide-xamarin-android

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

.asBitmap method. #8

Open jzeferino opened 7 years ago

jzeferino commented 7 years ago

@beraybentesen the asBitmap method is not visisble.

More users with the same problem.

beraybentesen commented 7 years ago

Yes, that is because Xamarin binding mechanism doesn't like abstract classed so I had to remove that node in the project.

jzeferino commented 7 years ago

ok, but its a crucial method, like asGif for example. RequestManager isn't a Abstract class.

jzeferino commented 7 years ago

@beraybentesen do you plan to add that methods to the binding?

MagneticLlama commented 7 years ago

This is a critical issue for me.

beraybentesen commented 7 years ago

Published version 4.1.1, could give a chance ? NuGet

MagneticLlama commented 7 years ago

Updated to 4.1.1, and the .AsBitmap method is not available on RequestManager. Worse yet, a lot of new things seem to be broken. I'll create a new issue for those.

jzeferino commented 7 years ago

@MagneticLlama @beraybentesen .AsBitmap() is now available in 4.1.1 but as I described in #14 the project need to be targeting Android 7 at least.

It will be nice if you lower the minimum target version to android 5 or 6.