0
1.3kviews
Explain UI layouts available in Android environment.

Subject: Mobile Computing

Difficulty: Medium

Marks: 4 Marks


1 Answer
0
16views

UI Layouts:

  • UI Layouts are subclasses of ViewGroup class.
  • Typical layout defines the visual structure for and Android user interface and can be created either at run time using view/ViewGroup objects or you can declare your layout using XML file main_layout.xml which is located in res/layout folder of your project. …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.