Archive

Posts Tagged ‘graphics’

Android Graphics Example

November 29th, 2008 11 comments

This example demonstrates basic drawing concepts using the Google Android SDK. The best way to understand a drawing api is to actually use it. This example extends Activity, creates a subclass of View and overrides the View.onDraw(). All of the drawing code in this example is located in the onDraw() method.

Android drawing example

Android drawing example

Read more…

Categories: Android Coding Tags: , ,