android-sdk/samples/android-8/ApiDemos にあるサンプルで、Android API を学ぶ。 API Demos [App]_[Activity]_[Forwarding] src/com/example/android/apis/app/Forwarding.java Intent intent = new Intent(); intent.setClass(...詳細
LuaEclipse Corona は、Lua という言語で作成します。Eclipse で開発できるように Lua 用プラグインをインストールします。Eclipse ということで、Flash Builder でも OK です。 LuaEclipse: An integrated development environment for the Lua programming language htt...詳細
一定のインターバルでイベントを実行するタイマーイベント。 local function updateTime() -- 時間取得 local time = os.date("*t") -- 時 local hourText = time.hour if (hourText timer.performWithDelay() ...詳細