For Android, I have a custom view, which I fill with primitive shapes in the onDraw () method.
Based on the processing background, I expected the draw method to be called automatically 30 times per second, but itβs clear that this is not how androids work.
So, how do I access this method 30 times per second?
source share