Function Activity.update

What the screen should do every screen update If the renderer is on VSync, update may be called more than once per actual frame Can be treated as the insides of a while(true) loop

void update();