Save State: 自动恢复 Activity、Fragment 以及 View 的状态。无需任何类似 onSaveInstanceState 以及 onRestoreInstanceState 的模板代码;https://github.com/PrototypeZ/SaveState/blob/master/README_zh.md MangoIPC: 一个简单可靠的基于Android应用的跨进程通信框架在这里,可使用框架提供的RemoteService作为服务端,也可自定义Service,使用简单,与业务解耦; https://github.com/Mangosir/MangoIPC