View: View objects are the basic building blocks of User Interface(UI) elements in Android. View is a simple rectangle box which responds to the user’s actions. Examples are EditText, Button, CheckBox ...
I didn’t intend to start an “is evil” series, but several readers asked me to explain why I mentioned that you should avoid get/set methods in last month’s column, “Why extends Is Evil.” Though getter ...