mcxiaoke / android-ndk-notesLinks
Android NDK Notes
☆51Updated 10 years ago
Alternatives and similar repositories for android-ndk-notes
Users that are interested in android-ndk-notes are comparing it to the libraries listed below
Sorting:
- DEPRECATED - this project now lives at bugsnag/bugsnag-android☆38Updated 7 years ago
- A service manager for android which like android.os.ServiceManager, but root is not necessary☆32Updated 9 years ago
- AndroidStudio NDK开发最佳入门实践☆25Updated 9 years ago
- Android Studio+LLDB调试内核Binder☆136Updated 9 years ago
- the speex library port to android☆57Updated 12 years ago
- Extract the part of JavaHook in the Xposed. Usage: Inject one process to load libtest.so, then enter the Java world and hook the java fun…☆26Updated 10 years ago
- Android Java JNI Wrapper for cURL, with Picasso and Retrofit support☆29Updated 10 years ago
- audio and video recording demo using mediacodec.☆23Updated 8 years ago
- curl for android☆94Updated 10 years ago
- Android 下的增量更新☆38Updated 12 years ago
- Android利用插件化进行程序扩展 : 1.apk做为插件的实现方式 2.dex作为插件的实现方式☆42Updated 6 years ago
- Camera streaming on Android using ffmpeg, x264, live555☆60Updated 12 years ago
- A simple set of code to enable JNI Native crashes to be caught by java and throw a meaningfull exception☆100Updated 11 years ago
- Continuation of the LeakTracer project☆37Updated 9 years ago
- dexposed原理学习☆10Updated 10 years ago
- 用C++写的本地服务,使用service manager注册本地服务,可生成三个程序,一个是动态链接库,一个是服务端,一个是客户端☆26Updated 11 years ago
- 首先为什么要用C++写android程序呢?主要是因为java写的android程序太容易被发编译,相对于java编译后的dex文件,底层的native so更加不容易被反编译,所以为了安全起见,可以将一些程序的逻辑写到C++里面,下面我们就写一个activity,其中核心…☆40Updated 7 years ago
- ☆48Updated 11 years ago
- Google File Manager☆20Updated 11 years ago
- Android app - network packet capture display tool☆28Updated 11 years ago
- Collection of Code Samples to be used with the Native SDK