airbnb / epoxy

Epoxy is an Android library for building complex screens in a RecyclerView
https://goo.gl/eIK82p
Apache License 2.0
8.51k stars 728 forks source link

viewpager in EpoxyRecyclerVIew #607

Open marko995 opened 5 years ago

marko995 commented 5 years ago

Hello, i need to implement viewpager in epoxyRecyclerView, but problem is time to inflate and bind. Does it exist any way to inflate (call bindView) when add model to controller ?

elihart commented 5 years ago

No, the whole point of Epoxy is that it doesn't create the view when the model is built.

For view paging like behavior nested in a vertical recyclerview I would recommend using a horizontal recyclerview carousel, possibly with custom snapping behavior