I am working on AIDL and consider the APIDemo for it. But if some one has more knowledge please share it.
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How can I create this custom Bottom Navigation on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
here is a very good doc over AIDL.
The tutorial on the android developer site is good. There are also a bunch of other good ones:
Another good AIDL tutorial:
http://mindtherobot.com/blog/37/android-architecture-tutorial-developing-an-app-with-a-background-service-using-ipc/
one of the good tutorial for Android AIDL is here. Actually AIDL provide the Binding Different processes running in their own memory location. eg. Binding with Remote Service
http://www.zestofandroid.blogspot.com/