I am looking up an item in a list, an item I have just removed. I expect it to return 0 so that the next remove that I try will not do anything, but in fact it removes another item.
Ex. select “book2” in the ListViewer, click “COButton”, it removes “book2” at index 2 appropriately. However, if I click the “COButton” again, it then removes “book3”. That does not make sense to me.
I am testing in the browser, not the phone.