airbnb / epoxy

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

How to custom Epoxy with AsyncLayoutInflater? #1342

Open phongbm opened 1 year ago

phongbm commented 1 year ago

My xml item is very large, when I check Profiler and see Janky frame of inflate() method. This is big issue in my app. I research and found AsyncLayoutInflater, it can improve performance. So how to implement it with Epoxy? Thanks in advanced.