20
Jan
Last year during the Fluttercon session about future of native interop I learned about this new tool called jnigen. It's became quite stable recently and I wanted to try it out again. Some background In the past I used Xamarin and back then it was quite natural to invoke platform APIs from C# through something called bindings. In other words classes like Activity, Context, NSUrl, UIView were accessible directly from C# without any additional glue code. It was also possible with a bit of work to expose most of the native libraries in a similar fashion. Sort of similar thing…