Skip to content

Commit bda8658

Browse files
committed
Update README.md
1 parent 8a51cb6 commit bda8658

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,12 @@ Android demo demonstrates how to use custom views and do basic drawing with two
1111

1212
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)!
1313

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

Comments
 (0)