Demystifying Android rendering: Jank and ANR
Almost everyone developing an Android app has seen something like this in their device logs. I/Choreographer(1200): Skipped 60 frames! The application may be doing too much work on its main thread. On most devices, the Android platform tries to render […]