ABSTRACT

Android implements complete 2-D functions in one package, named android.graphics. This package provides various kinds of graphics tools, such as canvas, color filter, point, line, and rectangles. We can use these graphics tools to draw the screen directly. We will introduce some basic knowledge in detail. First of all, we create a new Android application project named ColorTester.