Hello, I’ve just installed 1.3.0b1 plugin in Android Studio and having trouble generating java bindings from storyboard. After adding and connecting new components in XCode, how do I generate the java bindings. The menu entries in Android Studio seem different than in the available docs.
the docs are not yet updated to 1.3, because it is in beta stage. To generate bindings, configure your nbc file, select the “gear” icon and select Generate Bindings.
Also, in beta-1 we have a limitation that only “binding” classes can be generated and not “hybrid” classes (required for Storyboard bindings). We will release beta-2 end of this week, that will remove this limitation.
Thanks guys. I appreciate the quick response. I’m just getting used to the platform. Looking forward to exploring more.
I’ll be sure and update at the end of the week to next version. So the idea is then that using the bindings tool, you point it at the header file for the ViewController and then override life cycle callbacks? Just making sure I’m understanding the flow.