Issue
I want to bind the library Glide in Xamarin, but I am getting stuck oncom.bumptech.glide.BitmapOptions.
As this is an interface, it binds to IBitmapOptions, but it can't find that name in that namespace. I have tried looking in the output folder, but that interface seems to have disappeared.
I looked at the other errors I am getting and the binding project can't find 2 other interfaces. I looked in the Java code, and I see it uses the <?, ?, ?, ?> generic syntax.
Is there some problem with this syntax that makes it so that it cannot be bound? If so, how do I solve this?
Solution
Glide for Xamarin binding on Github: https://github.com/thanhdatbkhn/Glide-Xamarin-Binding
Answered By - Robin Bruneel
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.