Question:

Enumerate the steps in creating a bounded service through AIDL.

Answer:

1. create the .aidl file, which defines the programming interface
2. implement the interface, which involves extending the inner abstract Stub class as well as implanting its methods.
3. expose the interface, which involves implementing the service to the clients.


Keywords:

© 2017 QuizBucket.org