I have a problem with two ListView.
If I click on one element of the second ListView it gives me the good result.
If I click on one element of the first ListView it gives me the result of the second ListView.
All my projects have this problem since August.
The new list view was available on the test server and anyone could test it. There were no reports that something was not working, so it was considered to be working.
I tied using Test server, I copied my aia project from nb187 to my projects on test server and complied (built apk) but I still see the issue with nb188 test version.
Question: Should I do something different like build my app completely in NB188 version?
Observations:
If 2 or more list views have same number of elements, its not crashing, but selection is still having bug.
If list 1 has 5 elements, and list 2 has only 2 elements, and if I select 4th element from List 1 since 4th element is not present in List 2 the app crashes.
It seems the selection (Filter) procedure is having issue, because if I keep same number of elements at least the app is not crashing.
UPDATE: Oct 3rd
My bad, - the test server build is working properly. By mistake I was still checking my old build and the new build did not get installed the first time,
After installing the new build from test server it worked as expected.