How to make “See All Item” button to pass data from RecyclerView to Another RecyclerView fragment - AndroidX
问题 Q uestion I want to make the "See All Item" button to pass data from RecyclerView to Another RecyclerView fragment it looks like play store that has the "More" button to see all item in another fragment AdapterSectionHotTrendingNews.java public class AdapterSectionHotTrendingNews extends RecyclerView.Adapter{ private Context mContext; private ArrayList<ModelSectionHotTrendingNews> modelSectionHotTrendingNews; public AdapterSectionHotTrendingNews(Context mContext, ArrayList