FastAdapter Position
问题 I am using fast adapter of the mike penz where I am trying to remove the item from the adapter . Its like when I press the accept button then the item must be removed from the list but to remove the like I need to pass the position variable in it but I am not able to get the position variable from the adapter . MainActivity.class public class Doc_Appointment_Req extends BaseActivity { @BindView(R.id.doc_app_req_recyclerview) RecyclerView doc_app_req_recyclerview; FastItemAdapter<Doc