On my previous articles, we had a discussion on the android's definition and layout. I assume that you have already learn basics on manipulating android layout. In this and on the next article, we will be exploring and dealing more on the various types of commonly used views such as TextView, EditText, Button, ImageButton, CheckBox and ToggleButton. Those widgets are likely the most commonly used in developing android applications.
Lets begin by creating a new project on eclipse:
After which, create an Android XML under res/layout and name it basicviews.xml having written inside is the following code below: