2009-02-26から1日間の記事一覧

[Android] Droid Robotが正式名称らしい

Droid Robot Can be used, reproduced, and modified freely in marketing communications. Our standard color value for print is PMS 376C. Our online hex color is #A4C639. When using the Droid Robot or any modification of it, proper attribution…

[Android] JRuby on Dalvik

Domo Arigato, Mr. Ruboto # cat test.rb require 'java' import java.lang.Systemclass Ruboto def greet(who) puts "Hello, #{who}!" end endname = System.get_property('java.runtime.name') Ruboto.new.greet(name)# dalvikvm -classpath ruboto.jar or…