Android Question ListView Webview question

Jay Young

Member
Licensed User
Longtime User
is it possible in either of these controls to change the color of the selected row, or even have it change its color from a column flagged in a database with a 1 or 0?


Thanks
 

Jay Young

Member
Licensed User
Longtime User
thanks, Can you give an example? its been awhile since i have done any of this stuff, i use to use NSBASIC-CE about 7 years ago.
 
Upvote 0

mangojack

Well-Known Member
Licensed User
Longtime User
Download and experiment with this class.
CustomListView - a flexible list based on scrollview

When you are ready , just add the class to your project ... IDE Menu > Project > Add Existing Module > ... and point to the downloaded CustomListView.bas module.
 
Upvote 0
Top