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