Listview in Android
Listview in Android

It provides multiple optional menus which are appeared on the screen and one can select it of their own choice. The content list appears as defined in the list. ListView, TextView is the control that is defined in the two different XML files.

Toggle Button In Android
Toggle Button In Android

• It is basically a checked/unchecked states when we generated an on/off event. • It is beneficial when the user change between two states. • It produces flashlight indicator when the state is on while off states nothing show such kind of behavior.

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.

Android Material Tab with Swipe View example
Android Material Tab with Swipe View example

Android Material design is developed by google which functionality available in Android 5.0 (API Level 21) and above.

Displaying a Context Menu in Response of User Action
Displaying a Context Menu in Response of User Action

Android context menu appears when the user press long click on the element. It is also known as floating menu. Context Menu is a useful solution, particularly when we want to provide a list of actions based on an item click in a ListView.