Explain the Architecture of Android ?
Answer / mady
Top -> Applications (Contacts, Browser, Phone, etc)
Below Applications -> Application Framework(Activity Manager, Window Manager, Content Providers, View
System, Package manager,
Telephony manager, Resource, Notification, Location managers)
Below Application Framework -> System Libraries(Like Sqlite, webkit, SSL, OpenGL, Media Framework etc) & Android Runtime( Core Libraries and DVM).
Atlast Last -> Linux Kernel (which composed of drivers like display, camera etc.)
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a dagger component?
In class sqliteopenhelper class, there are 2 methods we should usually override. What are they?
how will you record a phone call in android?
What is the importance of having an emulator within the android environment?
There are five different methods to store persistent data. They are: shared preferences. Internal storage. External storage. Network and __?
What are disadvantages of android?
What is android orm?
Given a table data (click to see the figure). And assume that this is on a device at 160 dpi?
How to build a url from uri?
Should we jump in to android? What is the guarantee that’s what I will see on a phone? Will service providers turn off things?
What is raw/ directory?
Write code snippet to retrieve IMEI number of Android phone.