FileDocCategorySizeDatePackage
TouchPaint.javaAPI DocGoogle Android v1.5 Example3769Sun Nov 11 13:01:04 GMT 2007com.google.android.samples.graphics

TouchPaint

public class TouchPaint extends android.app.Activity
Demonstrates the handling of touch screen events to implement a simple painting app.

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

        super.onCreate(icicle);
        setContentView(new MyView(this));