Results 18 comments of viroth

@giuseppecot you need to add specific height item view holder. It will work.

Since JCenter is shutting down, please consider publishing to Maven Central. Thanks

It is view binding feature. Check official doc [view binding](https://developer.android.com/topic/libraries/view-binding)

Can you share your epoxy models?

Can you show me your code? It would be better to understand it more clearly.

@etiennelawlor I suggest you to view my repo [Book store](https://github.com/viroth-ty/Book-shop)

why not using EpoxyAttribute?

I recommend to use EpoxyAttribute. Epoxy will generate the method to use in EpoxyController

My suggestion: Try to clear adapter on destroyView of Fragment ` override fun onDestroyView() { super.onDestroyView() binding.bookRecyclerView.adapter = null }`