Multiple choice technology embedded technologies

In Android, user interface is built using the following objects

  1. Dialog

  2. View

  3. Menu

  4. View groups

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

Android user interfaces are built hierarchically using View and ViewGroup objects. Dialogs and menus are window components that contain view hierarchies rather than being the direct structural building blocks.