Closed
Description
I have a horizontal list view and for each item I want to delete it with swipe gesture. I put the delete logic in onOpen method, but seems it's not working.
@Override
public void onOpen(SwipeLayout layout) {
//when the BottomView totally show.
Log.d("Position", Integer.toString(position));
mPictures.remove(position);
notifyDataSetChanged();
}
Metadata
Metadata
Assignees
Labels
No labels