This post describes how open different fragments from a menu fragment in an Activity. Create a new empty project in…
Android Chronometer can be used to display a simple timer. It can be given a start time (considered 00:00) from…
Here we will create a simple Digital Clock android app, which displays the current date, current time and day. Step…
A CheckedTextView is an extension of normal TextView that supports the checkable interface and displays it. It is similar to…
An AutoCompleteTextView is a View that is similar to EditText, except that it shows a list of completion suggestions automatically…
ProgressBar is a user interface element that indicates the progress of an operation. Progress bar supports two modes to represent…
Android SeekBar is an user interface element that contains a draggable thumb and represents progress of an operation. The user can…
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”…