Differentiate between linearlayout, relativelayout, absolutelayout.



Differentiate between linearlayout, relativelayout, absolutelayout...

Answer / Priyanka Suman

LinearLayout arranges its children in a single row or column. RelativeLayout positions its child views based on their relationships to each other and the parent view. AbsoluteLayout (deprecated) allows you to specify the exact position of its child views.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

What is decision structure?

1 Answers  


Describe intents?

1 Answers  


Can you use an Intent to provide data to a ContentProvider? If not, what would be the proper mechanism for doing this?

1 Answers  


How to select more than one option from list in android xml file? Give an example.

1 Answers  


What are the steps involved in creating a bounded service through aidl?

1 Answers  


How the nine-patch Image different from a regular bitmap? Alternatively, what is the difference between nine-patch Image vs regular Bitmap Image?

1 Answers  


Is it possible to use or add a fragment without using a user interface?

1 Answers  


Name some exceptions in android?

1 Answers  


Why android is the most popular mobile operating system in the world?

1 Answers  


How do I get google play on my android phone?

1 Answers  


What is android user interface?

1 Answers  


what is the difference between dynamic receiver and static receiver?

1 Answers  


Categories