Wednesday, 31 May 2017

Is it possible to tell android to suspend the refresh/update of the window?

Source: stackoverflow.com --- Tuesday, May 30, 2017
I have an application who have several Windows. The problem is that their is only one way to change the order of these Windows, it's to remove and add again the view from the windowManager. this is quite fast but cause that the Windows is visually hidden for a very short time to be visible again. this is not very beautiful. So if their some instructions to tell android to not refresh the visual of the app? something like beginupdate (don't redraw anything, wait i call endupdate) ... endupdate (now you can refresh everything) ...



from Windows http://ift.tt/2qwBVqz

No comments:

Post a Comment