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 |
What is decision structure?
Describe intents?
Can you use an Intent to provide data to a ContentProvider? If not, what would be the proper mechanism for doing this?
How to select more than one option from list in android xml file? Give an example.
What are the steps involved in creating a bounded service through aidl?
How the nine-patch Image different from a regular bitmap? Alternatively, what is the difference between nine-patch Image vs regular Bitmap Image?
Is it possible to use or add a fragment without using a user interface?
Name some exceptions in android?
Why android is the most popular mobile operating system in the world?
How do I get google play on my android phone?
What is android user interface?
what is the difference between dynamic receiver and static receiver?