Since Fyne version `v2.3.0` it has been possible to call native code in the Android JVM using a new RunNative function. This feature opens access to any of the APIs you might want to use from the official Android SDK. This blog post shows how some Go and C code can be used to make […]