Choreographer: Skipped 37 frames! The application may be doing too much work on its main thread

I get several such messages rapidly. Is this normal?

1 Like

Apparently we are choking the main thread… obviously… The solution amounts to doing stuff in different threads. The AsyncTask class appears to be the solution. Unless there is a plugin that leverages this (or similar) operation, it looks like we’ll need to implement in Java