Ruboto JRuby on Android

程序名称:Ruboto

授权协议: MIT

操作系统: Android

开发语言: Java

Ruboto 介绍

Ruboto 是一个完全用 Ruby 语言来构建
Android 应用程序的框架。

安装方法:$ gem install ruboto-core

示例代码:

require 'ruboto.rb' #scripts will not work without doing this
$activity.handle_create do |bundle|
  Log.v 'MYAPPNAME', 'onCreate got called!'
  handle_pause do
    Log.v 'MYAPPNAME', 'onPause got called!'
  end
end

Ruboto 官网

http://ruboto.org/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐