chrisbanes / Android-BitmapCache

Android-BitmapCache is a specialised cache, for use with Android Bitmap objects.
834 stars 224 forks source link

Generate Mono for Android bindings #15

Closed sh1989 closed 11 years ago

sh1989 commented 11 years ago

Native jar libraries can be used in the Mono development environment by creating a binding C# project.

However, the binding process strips out parameter names and the resultant bindings do sometimes need to be tinkered with. For example, Java integer enums can be wrapped into a C# enum type.

It would be nice if this project provided a C# project (or just a dll?) that Mono Android developers could drop into their apps and use.

sh1989 commented 11 years ago

If these can't be simply autogenerated then @chrisbanes would prefer this to be a separate project.