What is WindowManager in android?

后端 未结 3 687
滥情空心
滥情空心 2020-12-02 06:09

I tried googling it and there is no direct and/or clear cut answer.

The developer website\'s definition is not clear either:

The interface tha

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-02 06:40

    Window manager organises the screen and processes what should go where and how they should be layered.

    Here is a nice open source example of a floating object. Floating Object Example

提交回复
热议问题