ImageButton in Android
ImageButton in Android

ImageButton is used to get a response from user onClick event. OnClick event is called through setOnclickListener and followed by OnClickListener with button.

Android Progress Bar
Android Progress Bar

ProgressBar is a dialog box which gives the current status of Activity on Android such as downloading and uploading of files.

Android Rating bar
Android Rating bar

Rating bar is a control which provides a user interface to give feedback about the application. It always returns value in floating point

Checkbox in Android
Checkbox in Android

By reading this article you will get to know about Checkbox Control which is used for taking data from the user in multiple ways.

Event Handling in Android
Event Handling in Android

This program consists of two buttons and Text View in which two different methods are called. The first method is on click method that is provided by android studio another one is custom declared method