How to add a scroll view?

How to add a scroll view?



A. Use tag <ScrollView...
B. Use code:
ScrollView sv = new ScrollView();
setContentView(sv);
C. All of above


Answer: C


Learn More :