What is the difference between a View and widget in Android?

后端 未结 9 1774
轮回少年
轮回少年 2020-12-24 11:39

What is the difference between a View and widget in Android?

9条回答
  •  眼角桃花
    2020-12-24 12:14

    Just some quotation from "The Busy Coder's Guide to Android Development", Ch 6:

    All widgets, including the ones shown above, extend View, and as such give all widgets an array of useful properties and methods beyond those already described.

提交回复
热议问题