What is the difference between a View and widget in Android?
View
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.