jamruby
jamruby copied to clipboard
Example
You have some example how to write a Android application with ruby, like a how create a dialog in ruby.
thank you
I don't have any sample, sorry. And dialog creation in ruby is not supported currently. Because jamurby is not supported some features:
- Cannot invoke Java side object's constructor when the object that is instanciated in mruby is created.
- Cannot invoke instance method (because cannot create instance by 1)
- Cannot register 'listener'. If the listener is invoked by Java side, the listener must forward invocation to mruby side object. But current version do not provides such function.
If I had enough time, I might be able to implement 1 and 2 features. Implementation of feature 3 is troublesome.
Hey crimsonwoods, how are you? Your work with jamruby is really awesome. We are a company from Brazil trying to use jamruby with Android applications. We really need to create UI using mruby because is so much more simpler than Java. Would you like some sponsorship to work on the 3 features you mentioned in the last comment?
Ping me at [email protected]
Thanks in advance.