What is AIDL?

Answer Posted / maanya

- AIDL is the abbreviation for Android Interface Definition Language. 
- It handles the interface requirements between a client and a service to communicate at the same level through interprocess communication. 
- The process involves breaking down objects into primitives that are Android understandable.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of an intent filter?

487


What is gradlew.bat?

569


What is logging (logcat)?

480


What is decision structure?

527


Explain the application of shared preference?

522






What does android os mean?

566


Is android lollipop still supported?

454


What do you mean by android sdk?

503


Should we change the name of a file after installing?

499


What is the correct way of setting up an android-powered device for app development?

603


Which kernal is used in android?

574


The last callback in the lifecycle of an activity is onDestroy(). The system calls this method on your activity as the final signal that your activity instance is being completely removed from the system memory. Usually, the system will call onPause() and onStop() before calling onDestroy(). Describe a scenario, though, where onPause() and onStop() would not be invoked.

2253


What is the difference between mobile application testing and mobile testing?

521


What is setlistadapter?

500


What is .idea/ directory?

498