Juan Camacho
Juan Camacho
my problem was in the adapter: Adapter extends RecyclerView.Adapter the solution was this Adapter extends RecyclerSwipeAdapter @Override public int getSwipeLayoutResourceId (int position) { return R.id.swipe; } and in the onBindViewHolder...
my problem was in the adapter: Adapter extends RecyclerView.Adapter the solution was this Adapter extends RecyclerSwipeAdapter @Override public int getSwipeLayoutResourceId (int position) { return R.id.swipe; } and in the onBindViewHolder...