Android Programming and Technical Programming Technical

What are the functionalities of Binder services in android?

Options
1) Binder is responsible to manage the thread while using aidl in android
2) Binder is responsible for marshalling and un-marshalling of the data
3) A & B
4) Binder is a kind of interface

Read Solution (Total 3)

Android Other Question

What is contained within the manifest xml file?

Options
1) The permissions the app requires
2) The list of strings used in the app
3) The source code
4) All other choices
What is the application class in android?

Options
1) A class that can create only an object
2) Anonymous class
3) Java class
4) Base class for all classes