خرید بک لینک

Vote count: 0

I have a ViewHolder Class.

class VHHeader extends RecyclerView.ViewHolder{
        TextView txtTitle;
        RecyclerView recyclerView;

        public VHHeader(View itemView) {
            super(itemView);
            this.txtTitle = (TextView)itemView.findViewById(R.id.txtHeader);
            this.recyclerView =(RecyclerView)itemView.findViewById(R.id.recyclerView);


        }
    }

Now I want to access this View Holders recycler view in some different method in same adapter class .

Public void useRecyclerView(){
}

How to use the element of View Holder in this method.

asked 41 secs ago

برچسب: how to access icloud,how to access router,how to access the dark web,how to access icloud photos,how to access bios,how to access google drive,how to access clipboard,how to access icloud on pc,how to access icloud on mac,how to access bios windows 10, نویسنده: استخدام کار تاريخ: پنجشنبه 4 شهريور 1395 ساعت: 19:11

صفحه بندی