How to get getItemAtPosition in getView?
问题 I have ImageView with listItems from db, and every list items have two Buttons (add friend/rejectFriend). I am also using CursorAdapter , and inside of my adapter I have getView() method to set listeners and catch clicks on current item Button . and here the question: I need to get some data from db for current item, when i catch click on item Button (add friend for example). so with help of getView() parameters I can get the position of ListView item, but how from getView() correct call