Android Question Which view to use to request data, with vertical scroll.

vecino

Well-Known Member
Licensed User
Longtime User
Hello, I do not know if there is any view that facilitates the request of data to the user, and that allows to scroll to show other data that do not fit in the panel where it is displayed.
Any advice?
Thank you.
photo1671019255.png
 

klaus

Expert
Licensed User
Longtime User
Sorry, but Flexible Table uses only Labels no EditText views.
Anyway, this kind of 'ListView' can easily be done with a ScrollView.
There are some examples in this thread: ScrollView examples summary.
Yes, it is an old one, but the principles remain the same.
XCustomListView has the advantage of beeing cross-platrform.
 
Upvote 0
Top