Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.08 KB

File metadata and controls

30 lines (24 loc) · 1.08 KB
title description ms.service ms.assetid ms.subservice author ms.author ms.date
Buttons in Xamarin.Android
Implementing UI elements that the user taps to perform an action
xamarin
4FBB7789-A8DA-4B8B-A46C-849181388A8D
xamarin-android
davidortinau
daortin
08/18/2017

Buttons in Xamarin.Android

The Button class is used to represent various different styles of button in Android screens. This section introduces the different options for working with buttons in Xamarin.Android:

  • RadioButton allows the user to select one option from a set.

  • ToggleButton allow the user to flip (toggle) a setting between two states.

  • CheckBox is a special type of button that can be either checked or unchecked to indicate one of two possible states.

  • You can also create a custom button that uses an image instead of text.