Pro Android C++ with the NDK Copyright ? 2012 by Onur Cinar ISBN-13 (pbk): 978-1-4302-4827-9 ISBN-13 (electronic): 978-1-4302-4828-6 Content: Chapter 1: Getting Started with C++ on Android Chapter 2: Exploring the Android NDK Chapter 3: Communicating with Native Code using JNI Chapter 4: Auto-Generate JNI Code Using SWIG Chapter 5: Logging, Debugging, and Troubleshooting Chapter 6: Bionic API Primer Chapter 7: Native Threads Chapter 8: POSIX Socket API: Connection-Oriented Communication Chapter 9: POSIX Socket API: Connectionless Communication Chapter 10: POSIX Socket API: Local Communication Chapter 11: C++ Support Chapter 12: Native Graphics API Chapter 13: Native Sound API Chapter 14: Profiling and NEON Optimization Any source code or other supplementary materials referenced by the author in this text is available to readers at www.apress.com. For detailed information about how to locate your book’s source code, go to www.apress.com/source-code/.
2023-11-15 08:00:54 5.1MB Android with
1
# ollvm mac平台编译好的ollvm混淆,只需下载解压到 /Users/username/Library/Android/sdk/ndk/21.1.6352462/toolchains/llvm/prebuilt/darwin-x86_64/ 目录即可然后覆盖即可 然后添加如下配置即可开启混淆: ``` defaultConfig { minSdk 21 consumerProguardFiles "consumer-rules.pro" ndkVersion "21.1.6352462" externalNativeBuild { cmake { cppFlags "-mllvm -sub -mllvm -sobf -mllvm -fla -mllvm -bcf" } } } ```
2023-11-14 17:56:30 325.9MB macos android ollvm
1
主要介绍了Android开发笔记之简单基站定位程序的实现,详细的介绍了基站定位其实很简单,具有一定的参考价值,感兴趣的小伙伴们可以参考一下。
1
android studio简易app实例
2023-11-13 18:42:47 2.82MB android
1
参考网上别人的例子进行改进,网上说的不够详细.下面在评论我会给出一个网址,介绍操作
2023-11-13 09:07:50 1.88MB android json mysql
1
在做游戏时,经常会遇到需要读取Excel表格,用来配置游戏数据,供策化调试程序用。这里Down了三种方法,都采用第三方库,不需要安装Office,关键free (When playing games, we often encounter the need to read Excel tables to configure game data for debugging programs. Here are three ways to download, all using third-party libraries, no need to install Office, key free)
2023-11-12 18:40:44 780KB Unity Android Mobile
1
Android Studio 是一款由 Google 推出的集成开发环境(IDE),主要用于 Android 应用程序的开发。下面是在 Android Studio 中开发 Android 应用程序的简单步骤: 1. 安装 Android Studio 在官网下载 Android Studio 的安装包,然后按照安装向导进行安装。 2. 创建新项目 打开 Android Studio,选择 "Start a new Android Studio project",然后按照向导填写应用程序的基本信息和项目配置。 3. 设计界面 使用布局编辑器设计应用程序的用户界面。您可以使用预定义的布局来构建您的用户界面,也可以创建自己的自定义布局。 4. 添加功能 编写 Java 代码来添加应用程序的各种功能。在 Android Studio 中,您可以轻松地创建新的 Java 类和方法,并将其与布局中的组件关联起来。 5. 调试和测试 使用 Android Studio 内置的调试工具来调试和测试您的应用程序。您可以使用 Android 模拟器或连接
2023-11-12 18:37:40 50.33MB android 阿里云 android studio
1
【大学程序设计训练-基于android,java,bmob后端云数据库开发的学生体检信息管理系统/app( BottomNavigationBar+ViewPager嵌套Fragment)】 1.该app实现了基本的管理员-用户模式,具有登录退出功能,管理员可对用户信息增删改查,用户可查自己信息功能。 账户数据存放在bomb后端云数据库。 (资源中有如何使用bmob后端云数据库的教程,制作不易,请多多支持!) 2.文章链接:https://blog.csdn.net/sybrr999/article/details/131021940
2023-11-11 17:54:43 24.13MB android java 数据库开发
1
android复制抖音评论框
2023-11-10 17:19:33 408KB android
1
使用双公头数据线配合晶晨刷机工具 短接主板背面的4R12电阻触发刷机端口,进行刷机即可!不知道短接哪里,可以网上买个S905短接神器 即可!
2023-11-10 13:27:25 269.91MB arm android
1