书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 8146 个相关结果.
  • Step 03

    Reports Activity Reports Activity Design a new layout - called Report - to look something like this: This is the layout file itself: <RelativeLayout xmlns:android = "http...
  • 本章小结

    669 2019-03-05 《Kotlin极简教程》
    本章小结 本章小结 Android 中经常出现的空引用、API的冗余样板式代码等都是是驱动我们转向 Kotlin 语言的动力。另外,Kotlin 的 Android 视图 DSL Anko帮我们从繁杂的 XML 视图配置文件中解放出来。我们可以像在 Java 中一样方便的使用 Android 开发的流行的库诸如 Butter Knife、Realm...
  • Tutorials

    Tutorials Tutorials Websites having tutorials with code samples: http://technotalkative.com/ http://www.androidhive.info/ http://www.vogella.com/tutorials/Android/article...
  • 软件开发

    Android 软件开发 Android 软件开发 关于 Android 软件开发,内容涵盖 SDK、构建系统、工具、调试和测试。
  • PaddleLite使用联发科APU预测部署

    PaddleLite使用联发科APU预测部署 支持现状 已支持的芯片 已支持的设备 已支持的Paddle模型 已支持(或部分支持)的Paddle算子 参考示例演示 测试设备(MT8168-P2V1 Tablet) 准备设备环境 准备交叉编译环境 运行图像分类示例程序 更新模型 更新支持MediaTek APU的Paddle Lite库 ...
  • README

    Weex 学习/实践指南 WEEX WEEX快速入门 工程化 应用参考 组件的扩展 提出问题、解决问题 常见问题汇总和过滤 Android相关 目录 来源(书栈小编注) Weex 学习/实践指南 无疑,Weex成为了最火的移动技术之一 ,但是,因为开源时间相对较短,铺建的基础设施较大。业界目前还没有特别丰富的Demo、实践的案例、...
  • Cocos Native Plugin Quick Tutorial

    Cocos Native Plugin Quick Tutorial Create a native plugin Basic Setup Add support for Windows include “hello_cocos.h” include “bindings/sebind/sebind.h” include “plugins/bus/...
  • Cocos Native Plugin Quick Tutorial

    Cocos Native Plugin Quick Tutorial Create a native plugin Basic Setup Add support for Windows include “hello_cocos.h” include “bindings/sebind/sebind.h” include “plugins/bus/...
  • On-Screen Keyboard

    Most Android devices and all iOS devices do not possess a hardware keyboard. Instead, a soft- or on-screen keyboard can be presented to the user. To bring up the on-screen keyboar...
  • 模块构建配置文件:build.gradle

    模块构建配置文件:build.gradle 模块构建配置文件:build.gradle Module:build.gradle是用来配置模块的构建任务. 默认的build.gradle文件内容如下: //插件: //这个module是一个android程序,使用com.android.application //如果是androi...