hi, I often do animation on activity start and use...
# android
u
hi, I often do animation on activity start and use onPreDraw listener to get laid out view with dimensions. Often when debugging, my screen is off when adb starts the app, and thereforce onPreDraw is never called, and I am left in a invalid state, is there any way around this? I.e. some other callback that it missed so I just jump to target values? etc.
👎 1
google 1
stackoverflow 2