File
Doc
Category
Size
Date
Package
ForwardTarget.java
API Doc
Google Android v1.5 Example
1145
Sun Nov 11 13:01:04 GMT 2007
com.google.android.samples.app
ForwardTarget
java.lang.Object
android.app.Activity
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 void
onCreate
(
android.os.Bundle
icicle)
super.onCreate(icicle); setContentView(R.layout.forward_target);
Java Code Source