I checked this, and understood that recyclerView
inside scrollView
creates issues. But in my use case, i have to use recyclerView
inside an scrollView
and i am facing the same issue, on activity start it tries to create layout for all of the item, and it freezes the UI.
I need to know if there is some way to restrict recyclerView to load specific number of item at a time.