Page 31 - Xamarin Android Application Development
P. 31
ListView 27
The above layout consists of a ScrollView as the parent ViewGroup, which has two elements in it. A
TextView and a ListView. For the issue to happen, we would have some long text in the TextView.
Now we would bind data to the Adapter of the ListView so that data would be displayed. Now let’s
run the application.

