Explain the steps in creating a bounded service through AIDL.

devquora
devquora

Posted On: Feb 22, 2018

 

Follow the below steps to create a bounded service through AIDL

  • Step 1. Create the .aidl file that defines the programming interface.
  • Step 2. Implement the interface, by extending the inner abstract stub class and imparting its methods.
  • Step 3. Expose the interface by implementing the service to the users.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Android Interview Questions

    What is Android?

    Android is an open-sourced operating system by Linux that is primarily used in mobile devices like cell phones and tabl..

    Android Interview Questions

    What are the Android application components?

    Android application components are the building block essentially used in the Android application. The application mani..

    Android Interview Questions

    What does Fragment mean?

    A fragment means behavior or the portion of user interface in a Fragment Activity. One can combine multiple fragments i..