Hi! I have a problem reagarding listview function after
I was using a three listview, and if I select one item in first listview, the selected items will be showed at second list view.
And then if it is one item selection in second listview, the selected items will be showed at thired list view.
If I reslected a items again at first or second listview, new contents view be showed at second list or thrid list
But, from new relase '23th, Aug., it is wrong working.
For example, when I try to slected a item in first or second listview after first selection, it always selected item in last seletion.
How to slove this problem?? Pleae, let me have solution.
Making a selection in one lv (listview) causes an additional selection in another lv, and sometimes crashes my app depending on what actions are triggered by the selection.
I like the more compact lv appearances though...
I've added a small app to the gallery to display this behavior.
i have the same issue, how did you solved it?? even when 3 listview are in same screen app just crashes ... i was just about to upload my app to google play store to update my clients and now this is a big problem i can not solve
Actually, I am starting to study other block language for my project!!
I don't know when this problem will be fixed, so I recomend that let you move other block language.
No complicated projects are needed to show this error. Blocks are also not required. Just add two ListView components to a screen with several items. For example, by clicking on the second item in the first list, the second item from the second list is also highlighted. It seems that only one ClicListener is created for all lists.