Answer Posted / 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 |
Post New Answer View All Answers
What is gae (google app engine)?
What is application context in android?
How do I open files on my android phone?
What is the google android sdk?
Which is the latest version of android?
Write a program that shows the creation of reusable user interface that includes the layout.
What is the difference between file, class, and activity in android?
What is view group in android?
Under what condition could the code sample below crash your application? How would you modify the code to avoid this potential problem? Explain your answer. Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_TEXT, textMessage); sendIntent.setType(HTTP.PLAIN_TEXT_TYPE); // "text/plain" MIME type startActivity(sendIntent);
Tell us difference between service, intent service, asynctask & threads?
How will you create an async task in Android?
Which method to open a hap connection to an uri?
What is layout/ directory?
Which is the latest android version 2019?
In android, which method you can use to obtain the path of the external storage?