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 the purpose of android system webview?
When a dialog is requested for the first time, which method will android call from your activity?
What is sensormanager?
How can the ANR be prevented in Android?
What is dagger in android?
Is google killing android?
What is animationdrawable class?
State the life cycle methods of android activities?
What do I need to develop Mono for Android applications?
In class sqliteopenhelper class, there are 2 methods we should usually override. What are they?
What do you understand by anr dialogue box?
what is the difference between dynamic receiver and static receiver? When will you use dynamic broadcast receivers?