posted 9 years ago
I have one icon button and one listView in Activity A.
Icon button-----> intent to B, return value to A, add to new list
ListView click--> intent to B, return changed value back to listView
I use mClickedPosition=-1; to verify whether icon is clicked or listView,but it still add to new list even the listView is clicked.
Activity A
MyCustomBaseAdapter
Learning language is easy but learning basics is difficult