Android

Android UI Controls

Android UI Controls

UI controls are also called input controls that allow you to interact with the user interface. There is a wide range of controls that allows you to implement text fields, input fields, buttons, checkboxes, toggle buttons, and other UI components in your Android application. 
There are a variety of UI controls provided by Android that include the following:

  • TextView: This UI control is used to show text content to the user. 
  • Button: Buttons are a very important part of any UI. Buttons are used to act after they are clicked or pressed. 
  • CheckBox: Checkboxes are used for selectable items such that they work just like an on/off switch. 
  • ImageButton: It comes under AbsoluteLayout which displays an image with a clickable button. 
  • RadioButton: Radio buttons are used where are multiple options and the input can be taken only once. 
  • ToggleButton: This type of UI control is an on/off button with a light indicator that turns on after clicking that button and turns off after re-clicking that button. 
  • DatePicker: It is used to select a date from the calendar. 
  • TimePicker: TimePicker allows users to pick a time. It also provides two different modes for a time such as 12-hour or AM/PM mode and 24-hour mode.
     

Top course recommendations for you

    Backtracking Algorithm
    1 hrs
    Beginner
    1.9K+ Learners
    4.49  (80)
    Become Full Stack Developer
    1 hrs
    Beginner
    45.9K+ Learners
    4.28  (1027)
    Bitcoin for Beginners
    1 hrs
    Beginner
    6K+ Learners
    4.49  (338)
    Pygame Basics
    1 hrs
    Beginner
    4.8K+ Learners
    4.37  (119)
    Inheritance in Java
    1 hrs
    Beginner
    3.7K+ Learners
    4.63  (142)
    Tic Tac Toe Python
    1 hrs
    Beginner
    2.2K+ Learners
    4.64  (58)
    Anaconda Python
    2 hrs
    Beginner
    2.6K+ Learners
    4.62  (105)
    Operators in MySQL
    2 hrs
    Beginner
    6.6K+ Learners
    4.51  (239)
    Advanced SQL
    1 hrs
    Intermediate
    20.2K+ Learners
    4.49  (921)
    Errors in Java Programming
    2 hrs
    Beginner
    2.6K+ Learners
    4.49  (65)