FileDocCategorySizeDatePackage
LocalSample.javaAPI DocGoogle Android v1.5 Example1746Sun Nov 11 13:01:04 GMT 2007com.google.android.samples.app

LocalSample

public class LocalSample extends android.app.Activity
Front-end for launching {@link LocalSampleInstrumentation} example instrumentation class.

Fields Summary
private android.view.View.OnClickListener
mGoListener
Constructors Summary
Methods Summary
protected voidonCreate(android.os.Bundle icicle)

        super.onCreate(icicle);

        setContentView(R.layout.local_sample);

        // Watch for button clicks.
        Button button = (Button)findViewById(R.id.go);
        button.setOnClickListener(mGoListener);