Multiple choice technology embedded technologies

Select the fully implemented widgets in Android (More than one answer)

  1. Button

  2. TextView

  3. EditText

  4. CheckBox

Reveal answer Fill a bubble to check yourself
A,B,C,D Correct answer
Explanation

All four options (Button, TextView, EditText, CheckBox) are fully implemented UI widgets in the Android SDK. These are basic View classes available from API Level 1 and are commonly used in Android application development for user interaction.