Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 698 Bytes

Exercise_9_1_Custom_views.md

File metadata and controls

25 lines (16 loc) · 698 Bytes

##Objectives

  • Learn how to write a custom view.

Requirements

There are two kinds to implement a custom view: use a compound view or extends a normal view.

Compound view

  • Build this simple app using compound view.

Compound view

Custom view

  • Write an app to simulating drawing on a chalk board.

Chalk board

The image for the board background can be found here

References

Bonus

  • What the difference between <merge/> and <include/> xml tag?