I tought this was easier but I just can't find a solution:
I have a simple View based Layout in Android with the layout.xml
and all that and now I am currently looking for a function that is called each frame. I've tried overriding the draw()
function in a custom layout (and calling this.setWillNotDraw(false);
in the constructor) but this doesn't seem to be it.
Can anyone tell me which function is called each frame in Android?