1 min readMay 22, 2019
I would not recommend to use stubs as a RecyclerView children. Stubs and Async Stubs are great for ScrollView, not a RecyclerView.
For RecyclerView you should consider to make an effort for item optimizations. See this for example. :)