Behnam
Behnam

Reputation: 6620

What are Window and Decor in Android UI?

I want to know what the meanings of Window and Decor are in Android UI.

What are their tasks?

How are they different from each-other?

Upvotes: 1

Views: 1844

Answers (1)

vijay_t
vijay_t

Reputation: 786

1) Window in Android Ui?

an existing question on stackoverflow could give you enough.

2) Decor in Android UI?

From android-developer blog "The DecorView is the view that actually holds the window's background drawable."

Hope this helps you.

Upvotes: 1

Related Questions