Sha256: fbac64fbab9ae4f5035d2cafe250ff15d7b779cdcabf7bacca48f7d4855b7b4f
Contents?: true
Size: 458 Bytes
Versions: 6
Compression:
Stored size: 458 Bytes
Contents
package THE_PACKAGE; import org.ruboto.Script; import org.ruboto.ScriptLoader; import java.io.IOException; public class THE_RUBOTO_CLASS THE_ACTION THE_ANDROID_CLASS { /** * Called at the start of onCreate() to prepare the Activity. */ private void preOnCreate() { System.out.println("RubotoService onCreate(): " + getClass().getName()); getScriptInfo().setRubyClassName(getClass().getSimpleName()); } THE_METHODS }
Version data entries
6 entries across 6 versions & 1 rubygems