Computer Science, asked by jeevithaguna10, 5 months ago

list layouts in android UI design?

Answers

Answered by Sabita09
2

Answer:

Common Layouts:-

Linear Layout. A layout that organizes its children into a single horizontal or vertical row. ...

Relative Layout. Enables you to specify the location of child objects relative to each other (child A to the left of child B) or to the parent (aligned to the top of the parent).

#Web View. ...

#List View. ...

#Grid View.....

Answered by sangeetabhanwar
1

Answer:

A layout defines the structure for a user interface in your app, such as in an activity. All elements in the layout are built using a hierarchy of View and ViewGroup objects. A View usually draws something the user can see and interact with. Whereas a ViewGroup is an invisible container that defines the layout structure for View and other ViewGroup objects

common layouts:

Linear Layout. A layout that organizes its children into a single horizontal or vertical row. ...

Relative Layout. Enables you to specify the location of child objects relative to each other (child A to the left of child B) or to the parent (aligned to the top of the parent).

Web View

List View.

Grid View.

Similar questions