Hi
I am working on one of my project in which I am using TFT.Suppose I have one window opened on it displaying some text. Now button press a pop up message appear on screen & ask user to continue or not. If yes then stay on screen else go to new screen. If user pressed back button then come back to first screen.
First to print pop up message ,I have to clear the part of screen & display my pop up message, & if user pressed cancel, then I have to remove pop up box which leads to delete the entire screen & reprint it again.
Also when user get back from new screen to first screen then first I have to clear new screen & then reprint all again first screen.
However in many projects , I have seen this is seamlessly managed.Also like multiple windows are managed in OS How to do that. I don't think that only due to speed which creates that seamless behavior there must be some programming technique to do that.