FileDocCategorySizeDatePackage
ReorderThree.javaAPI DocAndroid 1.5 API1436Wed May 06 22:41:08 BST 2009com.example.android.apis.app

ReorderThree

public class ReorderThree extends android.app.Activity

Fields Summary
private final android.view.View.OnClickListener
mClickListener
Constructors Summary
Methods Summary
protected voidonCreate(android.os.Bundle savedState)

        super.onCreate(savedState);
        
        setContentView(R.layout.reorder_three);
        
        Button twoButton = (Button) findViewById(R.id.reorder_launch_four);
        twoButton.setOnClickListener(mClickListener);