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

ForwardTarget

public class ForwardTarget extends android.app.Activity
Example of removing yourself from the history stack after forwarding to another activity.

Fields Summary
Constructors Summary
Methods Summary
protected voidonCreate(android.os.Bundle icicle)

        super.onCreate(icicle);

        setContentView(R.layout.forward_target);