Get correct cursor in CustomCursor Adapater getView()
问题 I have a custom cursor adapter where each row consists of a check box, text view and button. The button is initially set as GONE, when the user selects the check box I want the button to display so that the user can click it and delete the corresponding row. My problem is that in my getView() I cannot get the correct cursor so keep getting cursorOutOfBoundsExceptions . I also want to remove the bindView() if I don't need it any more. public class DeleteCampaignCustomCursorAdapater extends