how to use paging when recyclerview item have another recyclerview
问题 i have a recyclerview item ,it contains an another recyclerview to show image list: <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content"> <android.support.v7.widget.RecyclerView android:id="@+id/imageRv" android:layout_width="0dp" android:layout_height="wrap_content" /> if i use paging in ViewHolder,i have to invoke like this class GankViewHolder(parent: View) :