Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.14 KB

CustomViewsDemo

This app is a part of the course and is of Week 3 This app helps the user to learn different types of views that are custom made.

Android demo demonstrates how to use custom views and do basic drawing with two different demos:

  • Shape Demo - Displays custom control for selecting a shape
  • Painting Demo - Custom drawing with a simple canvas the user can paint on.

     

Dig into the source code for more or checkout the related guides for Basic Painting or Custom Views!

Use Cases

Shape Demo

  • Use case #1: Draw some shapes
    • Displays shape onto a view
  • Use case #4: Custom input view
    • Shape Selector includes drawing, touch, xml attributes, measure

Painting Demo

  • Use case #3: Simple painting with paths
    • Simple painting on a view .