What is an Android window?
[UPDATE] (Let me share what I’ve learned about Window after original answer) In one sentence, A Window is a rectangular area which has one view hierarchy. Colored rectangles in below image are windows. As you can see, there can be multiple windows in one screen, and WindowManager manages them. Window list in current screen can … Read more