From b6322a5bb9fda370cccf89434b939370dfa36b02 Mon Sep 17 00:00:00 2001
From: Scott Main
Note: In order to request an invalidate from a thread other than your main
Activity's thread, you must call {@link android.view.View#postInvalidate()}.
Also read Building Custom Components -for a guide to extending a View class, and 2D Graphics: Drawables for -information on using Drawable objects like images from your resources and other primitive shapes.
+For information about extending the {@link android.view.View} class, read +Building Custom Components.
For a sample application, see the Snake game, in the SDK samples folder:
<your-sdk-directory>/samples/Snake/.
This document discusses the basics of using Drawable objects to draw graphics and how to use a couple subclasses of the Drawable class. For information on using Drawables to do frame-by-frame -animation, see Drawable +animation, see Drawable Animation.
A {@link android.graphics.drawable.Drawable} is a general abstraction for "something that can be -- cgit v1.2.3-59-g8ed1b