Ofek Ron
Ofek Ron

Reputation: 8588

ListView doesnt respond until scrolled

In My application ListView items won't respond unless I scroll down a bit. After I scroll down, and then scroll up back to the beginning, they start responding. What could possibly cause such behavior?

Upvotes: 0

Views: 72

Answers (1)

DroidT
DroidT

Reputation: 3313

Without seeing any code the only assumption that I can make is that you are having performance issues. I would start looking at your UI performance with Hierarchy Viewer. If that doesn't tell the story try using a tool like traceview to see if you have something holding up your main thread.

Upvotes: 1

Related Questions