Google News
logo
Android - Quiz(MCQ)
Which of the layer is below the topmost layer of android architecture?
A)
Applications
B)
Linux Kernel
C)
Applications Framework
D)
System Libraries and Android Runtime

Correct Answer :   Applications Framework


Explanation : On the top of Native libraries and android runtime, there is an application framework. Android framework includes Android API's such as UI (User Interface), telephony, resources, locations, Content Providers (data), and package managers. It provides a lot of classes and interfaces for android application development.

Advertisement