C
Chan
If i call invalidate() two times, how can I stop the process for some time
between them? that is, do updating ----> invalidate() -->do updating---->
pause--> invalidate()
I update my data in my program 2 times , i want to see what is the change of
the srceen in these 2 update , but i found the srceen change too fast so i
can't see what is the change of the first update , do there exist any class
that can stop the process for while?
between them? that is, do updating ----> invalidate() -->do updating---->
pause--> invalidate()
I update my data in my program 2 times , i want to see what is the change of
the srceen in these 2 update , but i found the srceen change too fast so i
can't see what is the change of the first update , do there exist any class
that can stop the process for while?