My issue is simple really, I just don’t know how to fix it. I have my app switching between activities, and when it switches to another one, it flashes the last screen from the activity that was just closed when the new activity is finally loaded. I don’t really know why this is happening, or I might have an idea of how to approach it, but I do not. Does anyone else have any idea why this happens or how to fix it?
I close the activity in the onPause() of each activity, just calling finish.
Thanks in advance! If you need anything else I will update this with that info.
William
Do you have any particular reason to want to finish the activity when onPause() is called? If not, then you should let Android system manage your Activity life cycle.