Hi, I do not know if it's possible:
When you touch a listview, it shows/hides the image of the item where it was touched.
How can it be done?
Thank you.
Hi, I do not know if it's possible:
When you touch a listview, it shows/hides the image of the item where it was touched.
How can it be done?
Thank you.
Still, people think they are not getting Free enough from B4X !
What more we want ? I have not found any forum of Android where members are so forthcoming with Free help.
I was bored ... have uploaded a basic example to demonstrate what you are trying to do.
ps: If you have not already done so I would still have a look here as well .. B4X-XUI- xCustomListView ...
Still, people think they are not getting Free enough from B4X !
What more we want ? I have not found any forum of Android where members are so forthcoming with Free help.
Regards,
Anand
Thank you, I am familiar with the native listview, for 7 years I have been using B4A, but I need to do what I mentioned earlier, and listview does not do it.
That's why I asked the question, because I prefer to use the native views.
And in this case it seems that a listview can not be used.
Thank you, I am familiar with the native listview, for 7 years I have been using B4A, but I need to do what I mentioned earlier, and listview does not do it.
That's why I asked the question, because I prefer to use the native views.
And in this case it seems that a listview can not be used.
It is a list extracted from a database with enough rows.
It would be quite inefficient to reload everything every time the user clicks on several items.
Maybe keeping everything in memory.
You can also fill a scrollview with images and labels and hide/show the images whenever you click on an item.Problems come if you have to include more than 500/1000 rows in the view (it depends on memory size and CPU speed of your device)