DEV Community

Shubham kumar tiwari
Shubham kumar tiwari

Posted on

Android Studio

Never add a Paginated RecyclerView or ListView to a ScrollView. Doing so results in poor user interface performance and a poor user experience.

Use Linear Layout with scrolling behaviour or if possible RecyclerView with multiple view types.
Using a Paginated RecyclerView in a scrollview will trigger your Paging Source load without you scrolling leading to lags and performance issues

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay