Skip to content

codepath/android-custom-view-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

Demos to demonstrate custom views and drawing (Week 3)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages