jamruby icon indicating copy to clipboard operation
jamruby copied to clipboard

Example

Open mgxm opened this issue 11 years ago • 2 comments

You have some example how to write a Android application with ruby, like a how create a dialog in ruby.

thank you

mgxm avatar Aug 19 '13 23:08 mgxm

I don't have any sample, sorry. And dialog creation in ruby is not supported currently. Because jamurby is not supported some features:

  1. Cannot invoke Java side object's constructor when the object that is instanciated in mruby is created.
  2. Cannot invoke instance method (because cannot create instance by 1)
  3. 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.

crimsonwoods avatar Aug 25 '13 14:08 crimsonwoods

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.

luisbebop avatar Nov 01 '13 03:11 luisbebop