.AIDL 파일 확장자

Android Interface Definition Language File

개발사 Google
인기도
4.0  |  11 투표
 

AIDL 파일이란 무엇인가요?

An AIDL file is used by Android app developers to enable communication between different apps. It contains Java source code that defines an interface, or contract, for how apps can communicate with each other.

추가 정보

AIDL is an implementation of the Interprocess Communication (IPC) protocol provided by Android. It allows one application to communicate with another application running in a different process. The AIDL implementation was developed to alleviate the time burden on developers who would otherwise have to create code for marshaling objects across process boundaries.

After creating the AIDL file, you should save your AIDL file in the src/​ directory of your project. When you build your application, an "IBinder" interface file with a ".java" extension will be generated in your project's gen/​ directory. The .JAVA file will bear the same filename as the AIDL file from which it was created.

일반적인 .AIDL 파일 이름

IInAppBillingService.aidl - The Android open source in-app billing (IAB) interface provided by Google for incorporating in-app billing in your app.

File Viewer Plus(으)로 400개 이상의 파일 형식을 여세요.무료 다운로드

AIDL 파일을 열거나 참조하는 프로그램

카테고리: 개발자
업데이트: 2019-11-14

검증자 FileInfo.com

FileInfo.com 팀 이 페이지에 나열된 Android Interface Definition Language 파일 형식과 Mac, Windows, and Linux 앱을 독자적으로 조사했습니다. 저희의 목표는 100% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.