Sha256: 372def7cbae490426ec04505611b1e6040d130b8a06d0f9dd185751c82b3d6b6

Contents?: true

Size: 233 Bytes

Versions: 1

Compression:

Stored size: 233 Bytes

Contents

package THE_PACKAGE;

import android.os.Bundle;

public class InheritingActivity extends org.ruboto.EntryPointActivity {
	public void onCreate(Bundle bundle) {
		setScriptName("sample_activity.rb");
	    super.onCreate(bundle);
	}
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruboto-0.7.0 assets/src/InheritingActivity.java