Android RatingBar Example. Android RatingBar can be used to display a Rating bar containing 5 stars which can be used to display rating…
Android ToggleButton Example. Android Toggle Button can be used to display checked/unchecked (On/Off) state on the button. It is beneficial if user have…
A Switch is a two-state toggle switch widget that can select between two options. The user may drag the “thumb”…
Radio buttons allow the user to select one option from a set. You should use radio buttons for optional sets…
Checkboxes allow the user to select one or more options from a set. Typically, you should present each checkbox option…
An ImageView is an user interface element for displaying an image. Now let’s create an app which displays an image,…
An EditText is an user interface element for entering and modifying text. Now let’s create an app which displays the…
Here we will create an app containing a TextView and a Button, and in which text of the TextView changes…