Any tutorial-like articles out there that explain how to use jRuby on Android? [closed]

自作多情 提交于 2019-12-06 12:39:53

问题


I'm planning to perhaps purchase an android phone, and would love to be able to script some simple apps in Ruby on it. I found this article from back in August where the author was able to get the scripts working, but since I'm not a Java head, I had a hard time understanding all the steps.

http://amazing-development.com/archives/2009/08/04/android-scripting-environment-supports-jruby/

Do you know of any other tutorials or how to's out there that explain the process in more detail? Do you know if performance has improved since August?


回答1:


There is a nice implementation of an Android app (irb in fact) based on JRuby in headius's repository on github. He has some details within the readme on how to use it and the source gives a good example of how to implement anything further.

There is a simpler app (think to "Hello world") but shifting to Mirah (formerly Duby) as opposed to JRuby. I know it's not exactly the same, but you get much the same coding experience but significantly more performance.



来源:https://stackoverflow.com/questions/2159254/any-tutorial-like-articles-out-there-that-explain-how-to-use-jruby-on-android

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!