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/

相关编程语言

BBGestureBack Full screen return gesture(全屏手...
Framework7 或者叫 F7 是全功能的绑定 iOS 7 应用的...
iOS 调试库,支持 iOS8+,无需添加任何代码,方便 i...
DarkModeKit是在Apple官方的深色模式发布之前设计和...
SimpleNote iOS 版客户端。SimpleNote 是一款在多平...
Kivy iOS,此工具旨在为 iOS 编译必要的库以运行应用...