Multiple choice technology embedded technologies

Buttons in widgets can have the following states

  1. stopped

  2. default

  3. pressed

  4. selected

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

Buttons in Android widgets, which are displayed using RemoteViews, support typical UI states such as default, pressed, and selected to provide visual feedback. A 'stopped' state is not a valid standard UI state for buttons.