SwipeStack
SwipeStack copied to clipboard
notifyDataSetChanged not working
This is my code, I want to update view with notifydatasetchanged, but it is not working
arrDriverOrders.get(position).getOrderMaster().setDriverAccepted(Constant.ORDER_ACCEPT_CODE); mAdapter.notifyDataSetChanged();