Android Question ListView...not anything else

67biscuits

Member
I am looking for a tutorial specific to the ListView1 control. Not any other type of list viewing device. I am cutting my teeth in this arena and want to learn all the basics.
Thanks
 

emexes

Expert
Licensed User
Longtime User
If you really, really, really want to use ListView then you could resort to this:
(which I mention not to encourage using ListView, but as a reminder that the IDE help is a good first port of call 🍻)

1741500685004.png
 
Upvote 0

teddybear

Well-Known Member
Licensed User
If you really, really, really want to use ListView then you could resort to this:
(which I mention not to encourage using ListView, but as a reminder that the IDE help is a good first port of call 🍻)
As a reminder for IDE help, it may be better to directly tell developers to use CustomListView instead🤣

xclvs.png
 
Upvote 0

67biscuits

Member
Thanks all, feeling fully ridiculed now.
I did manage to suss it out for myself in the end by using the IDE context info. And yes, I fully understand it's limitations and all the reasons for not wanting to use it. But for my purposes to display list contents without a convoluted setup, I now understand arrays and lists far better than I did two days ago.
Now, I am ready to dig deeper into CustomListView.
 
Upvote 0
Top