NaztyBoard
Lurker
Hello,
I'm trying to understand different views for a list of ViewPagers. The idea is to have a list of scrollable images.
Each row has a select amount of images to view. I am told list view is not as adequate since RecyclerView "recycles" rows. Is RecyclerView the only optimal view type for a list of ViewPagers?
I'm more or so trying to replicate AirBnb's list of rentable rooms. Notice for each room you can scroll through a set of images. I'm just not sure on how to go about this.
I'm trying to understand different views for a list of ViewPagers. The idea is to have a list of scrollable images.
Each row has a select amount of images to view. I am told list view is not as adequate since RecyclerView "recycles" rows. Is RecyclerView the only optimal view type for a list of ViewPagers?
I'm more or so trying to replicate AirBnb's list of rentable rooms. Notice for each room you can scroll through a set of images. I'm just not sure on how to go about this.