Pass the Current ItemId from RecyclerAdapter to Different class
问题 I want to pass the current ItemID position of Adapter to another class.But the problem is whenever I toggle the position from the next class It always starts from zero position. I've used the getItemId to get the position of card but the problem is whenever I use The position in IngameWrkfunction to get the data ,it always fetch the data from the initial point not from the current page. RecyclerAdapterClass package com.example.apptuzzle; import android.content.Context; import android.content