android-internal-study

This is used for android study

  1. first day LogNative and FibNative is the usage of jni and ndk.

  2. second day FibClient/FibService/FibCommon is the code of Fib service (FibCommon is mostly about aidl, FibService is the implenmatation of service, FibClient the apk)

LogClient/LogService/LogCommon is the code of Fib service (LogCommon is mostly about aidl, LogService is the implenmatation of service, LogClient the apk)