You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,3 +11,12 @@ Android demo demonstrates how to use custom views and do basic drawing with two
11
11
12
12
Dig into the source code for more or checkout the related guides for [Basic Painting](https://github.com/thecodepath/android_guides/wiki/Basic-Painting-with-Views) or [Custom Views](https://github.com/thecodepath/android_guides/wiki/Defining-Custom-Views)!
13
13
14
+
## Use Cases
15
+
16
+
* Use case #1: Draw some shapes
17
+
* Displays shape onto a view
18
+
* Use case #2: Simple painting using circles
19
+
* Use case #3: Simple painting with paths
20
+
* Simple painting on a view
21
+
* Use case #4: Custom input view
22
+
* Shape Selector includes drawing, touch, xml attributes, measure
0 commit comments