AIDL2 is a replacement for Google's aidl tool. Unlike it's predecessor, it is based on Java annotation processing facilities.
It is still at alpha stage of development, but all planned features are already implemented:
- Support for arbitrary List/Map subclasses
- Support for arbitrary Serializable/Externalizable classes
- Multidimensional arrays
- Explicitly non-null collection elements
- AIDL interfaces as method arguments
- All features of original aidl tool (except out parameters)
from The Android Arsenal
No comments:
Post a Comment