Android Question:
Download Job Interview Questions and Answers PDF
Define AIDL?
Answer:
★ 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 inter-process communication.
★ The process involves breaking down objects into primitives that are Android understandable.
★ It handles the interface requirements between a client and a service to communicate at the same level through inter-process communication.
★ The process involves breaking down objects into primitives that are Android understandable.
Download Android Interview Questions And Answers
PDF
Previous Question | Next Question |
List the key components of Android Architecture? | Tell me what data types are supported by AIDL? |