You are on page 1of 1

Interview Basic Question :

Scrollview - scroll view accept only one child in it


- To have more than one controll, we need to make TableLayout and hold a
ll inside it (this table layout is the only one child of the scroll view)
Intents - An Intent is a messaging object you can use to request an action from
another app component.
You can start a new instance of an Activity by passing an Intent to startActivit
y().

You might also like