# AIDL

- [Simple AIDL Communication](https://notes.tejpratapsingh.com/_/android-tips/aidl/simple-aidl-communication.md): AIDL is Android's way of achieving IPC.
- [Creating an AIDL file](https://notes.tejpratapsingh.com/_/android-tips/aidl/simple-aidl-communication/creating-an-aidl-file.md): an .aidl file is a barebone description of set of API's server exposes
- [Create an AIDL server](https://notes.tejpratapsingh.com/_/android-tips/aidl/simple-aidl-communication/create-an-aidl-server.md): AIDL server app exposes an service.
- [Create AIDL client](https://notes.tejpratapsingh.com/_/android-tips/aidl/simple-aidl-communication/create-aidl-client.md): An AIDL client connects to a exposed AIDL Service via Binders
- [Limitations](https://notes.tejpratapsingh.com/_/android-tips/aidl/simple-aidl-communication/limitations.md)
- [AIDL with callback](https://notes.tejpratapsingh.com/_/android-tips/aidl/aidl-with-callback.md): An AILD will callback methods
- [Create AILD interfaces](https://notes.tejpratapsingh.com/_/android-tips/aidl/aidl-with-callback/create-aild-interfaces.md): Main interface as well as its callback
- [Create an AIDL server](https://notes.tejpratapsingh.com/_/android-tips/aidl/aidl-with-callback/create-an-aidl-server.md): Server which will expose a service
- [Create AIDL client](https://notes.tejpratapsingh.com/_/android-tips/aidl/aidl-with-callback/create-aidl-client.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.tejpratapsingh.com/_/android-tips/aidl.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
