happysingh23828/HappyTimer

Too much work on main thread

Opened this issue · 1 comments

Since it is running on main thread, it cause the next warning in logcat:
I/Choreographer: Skipped 55 frames! The application may be doing too much work on its main thread.

This might cause apps crash/stuck.
Please remove code to background/service..

Thanks.

Thanks for pointing it out. I'll check and update here.