When do I synchronize methods or use synchronized blocks in my methods in an Android game?
- by Omega
I'm looking into writing simple graphics code in Android and I've noticed some synchronized() blocks.
What is the reasoning behind this and how do I know when I should be "synchronizing" my code?