+ Reply to Thread
Results 1 to 2 of 2

Thread: Package Manager & Window Manager

  1. #1

    Default Package Manager & Window Manager


    Can anyone give the complete details of Package Manager & Window Manager of Android's Application Framework??



    Thanks in Advance.

  2. #2
    Join Date
    Dec 2011
    Posts
    1

    Default Re: Package Manager & Window Manager


    Package Manager :- It is a class for retrieving various kind of information related to the application package that are currently installed on the device. It knows which applications are installed.

    Window Manager :- It is responsible for organizing the screen. It allocates surface and decide where they(Applications) go and how they are layered. At create surface for all the applications and they draw directly into the surface without going through the Window Manager

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts