大约有 8,000 项符合查询结果(耗时:0.0170秒) [XML]

https://bbs.tsingfun.com/thread-1810-1-1.html 

【ClientSocketAI2Ext】拓展报错信息如何自定义展示? - App Inventor 2 拓...

...没有任何动静: 2、原拓展并未处理好异常,并分发屏幕1导致的上述问题,中文网决定源码基础上进行优化,将报错信息分发屏幕1的错误处理事件中: 目前正测试中,敬请期待!
https://www.fun123.cn/reference/pro/ai_face.html 

App Inventor 2 人脸识别App开发 - 第三方API接入的通用方法 · App Inventor 2 中文网

...回json格式的数据结果,使用AppInventor2解析json结果,显示App上即可。 当然,也可以采用原生的自行训练本地人脸识别模型的方式去完成这个人脸识别需求,可以参考:《自行训练AI图像识别模型,开发图像识别分类App》。 下...
https://www.fun123.cn/reference/pro/weather.html 

App Inventor 2 天气预报App开发 - 第三方API接入的通用方法 · App Inventor 2 中文网

...回json格式的数据结果,使用AppInventor2解析json结果,显示App上即可。 第三方天气API介绍 第三方天气的api平台特别多,这里仅以“和风天气”(dev.qweather.com)作为演示,其他平台的使用方法都是几乎一样的。 平台的注册及登...
https://bbs.tsingfun.com/thread-1959-1-1.html 

BLE 接收BLE模块发来的信息 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...APP的消息数据,并显示呢 求指教ble 设备连接,发送数据硬件请参考:https://bbs.tsingfun.com/thread-1844-1-1.html 读取ble数据并显示App上请参考文档:https://www.fun123.cn/reference/ ... ml#RegisterForBytes 请先自行研究一下,如果遇具体...
https://bbs.tsingfun.com/thread-1993-1-1.html 

界面很多按钮时,如何获取当前被点击的按钮的文本? - App Inventor 2 中文...

Q:请教一个问题。假如我设计一个计算器,把0-9文本标按键上,我用什么方法获取每一个按下的值?辟如888,我要把这个值显示标签里。 A:使用“任意按钮”的文本方法,用于获取当前被点击的按钮的文本,参数是当...
https://bbs.tsingfun.com/thread-2463-1-1.html 

请问各位前辈大佬关于APP熄灭屏幕后停止响应的问题。 - App Inventor 2 拓...

...序。 这个小程序手机当前程序状态运行正常 手机切换别的应用 也运行正常。 但是 当手机屏幕熄灭 , 刚熄灭的时候 还能正常接收MQTT的信息 。 再过一会 就停止响应 无法接收MQTT的信息了。 请问各位大佬 这种情况如...
https://stackoverflow.com/ques... 

How can I create a keystore?

... follow these steps: 1- On the menu bar, click Build > Generate Signed APK. 2-On the Generate Signed APK Wizard window, click Create new to create a new keystore. If you already have a keystore, go to step 4. 3- On the New Key Store window, provide the required information as shown in figu...
https://stackoverflow.com/ques... 

Mipmap drawables for icons

...tinct uses of mipmaps: For launcher icons when building density specific APKs. Some developers build separate APKs for every density, to keep the APK size down. However some launchers (shipped with some devices, or available on the Play Store) use larger icon sizes than the standard 48dp. Launcher...
https://stackoverflow.com/ques... 

How to implement a ViewPager with different Fragments / Layouts

...id.support.v4.view.ViewPager xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/viewPager" android:layout_width="fill_parent" android:layout_height="fill_parent" /> The Fragment classes, FirstFr...
https://stackoverflow.com/ques... 

Can I change the Android startActivity() transition animation?

... this code: fadein.xml <set xmlns:android="http://schemas.android.com/apk/res/android" android:fillAfter="true"> <alpha android:fromAlpha="1.0" android:toAlpha="0.0" android:duration="500"/> //Time in milliseconds </set> In your finish-class ...