大约有 2,200 项符合查询结果(耗时:0.0125秒) [XML]
App Inventor 2 打造个性化酷炫的底部导航条 · App Inventor 2 中文网
...从零开始完整的视频教程
步骤总结如下
源码下载
« 返回首页
BubbleTabBar 【用法简单,效果不错,可定制字体】
导航条效果
从零开始完整的视频教程
步骤总结如下
导入并添加拓展,添加一个水平布局...
App Inventor 2 OCR 图片文字识别全方案总结 · App Inventor 2 中文网
...不大,有兴趣的可以研究一下。
> NMD OCR 官网
.aix 拓展下载:
com.NMD.Ocr.aix
demo 下载:
OcrTestExample.aia
> OCRSpace 官网
.aix 拓展下载:
OCRSpace.aix
demo 下载:
OCRSpace.aia
3、Java开源库写拓展,实现本地OCR识别
因为文字识别比较...
App Inventor 2 图片云端保存及访问的开发思路 · App Inventor 2 中文网
...“Web浏览器”组件,访问图片url
“Web客户端”组件下载图片至本地缓存,使用“图像”组件显示图片
« 返回首页
一般来说,类似于购物App,你可以从手机App上传物品图片,然后他人也可以在手机App上查看你上传的...
App Inventor 2 MQTT拓展入门(保姆级教程) · App Inventor 2 中文网
...
准备工作
App设计及代码
测试效果
.aia 源码下载
« 返回首页
《App Inventor 2 UrsPahoMqttClient 拓展中文文档(完整版)》
准备工作
APPINVENTOR测试平台:AppInventor2中文网(https://www.fun123.cn)
MQTT拓展下载...
What are the Android SDK build-tools, platform-tools and tools? And which version should be used?
...ols
Location: $ANDROID_HOME/tools
Main tools: ant scripts (to build your APKs) and ddms (for debugging)
Android SDK Platform-tools
Location: $ANDROID_HOME/platform-tools
Main tool: adb (to manage the state of an emulator or an Android device)
Android SDK Build-tools
Location: $ANDROID_HOME/b...
How to create standard Borderless buttons (like in the design guideline mentioned)?
...coding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"
android:exitFadeDuration="@android:integer/config_shortAnimTime">
<item android:state_pressed="true"
android:drawable="@color/blue" />
<item android:drawable="@color/t...
Android list view inside a scroll view
...core.widget.NestedScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.appcompat.widget.LinearLayoutCompat
andro...
ImageView in circular through xml
...s/drawable/circle.xml
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:innerRadius="0dp"
android:shape="ring"
android:thicknessRatio="1.9"
android:useLevel="false" >
<solid android:color="@android:color/transparent" />
<stroke
...
ZeroMQ实例-使用ZMQ(ZeroMQ)进行局域网内网络通信 - C/C++ - 清泛网 - 专注C/C++及内核技术
...的消息发送和接收首先在机器中安装zmq库步骤如下:1)下载zeromq的源代码,Zer...本文内容摘要:1)安装zeromq、2)实例说明使用zmq进行网络间的消息发送和接收
首先在机器中安装zmq库
步骤如下:
1)下载zeromq的源代码,ZeroMQ...
莱昂氏unix源代码分析 PDF - 文档下载 - 清泛网 - 专注C/C++及内核技术
莱昂氏unix源代码分析 PDF莱昂 源代码本书由上、下两篇组成。上篇为UNIX版本6的源代码,下篇是莱昂先生对UNIX操作系统版本6源代码的详细分析。本书语言简洁、透彻,曾作为未公开...本书由上、下两篇组成。上篇为UNIX版本6的源...