#A new implement of Android Binder IPC based on Message Queue
- Author: vonnyfly
- Email: lifeng1519@gmail.com
##Prerequisite
- A linux environment ,virtual machine is also googd choice.
- A good knowledge of C,CPU(Intel,Arm...),and Operating system.
##Comiple using gcc
##Schedule
- write a memory allocator
- write a new message queue
- implement binder protocal
- add reference count
- run on android