A Comprehensive Guide to Views in Android
Introduction
A View is a simple building block of a user interface. It is a small rectangular box that can be TextView, EditText, or even a button. It occupies the area on the screen in a rectangular area and is responsible for drawing and event hand...
androidguide.hashnode.dev14 min read