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

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

APP INVENTOR硬件交互学习教程10——多个虚拟界面实现 - 创客硬件开发 - 清...

... 1.界面设计 增加两个垂直布局,作为界面1和界面2容器存放每个页面内容;增加导航布局,水平布局增加两个按钮,用于切面切换。 2.逻辑设计 定义三个过程,用来处理界面切换 3.工程参考
https://bbs.tsingfun.com/thread-1853-1-1.html 

界面画质问题 - App应用开发 - 清泛IT社区,为创新赋能!

...机中分辨率就降低,这个是啥原因?能否提供一下具体截图,分辨率降低表现是什么?谢谢App Inventor 2  发表于 2024-07-27 15:09 能否提供一下具体截图,分辨率降低表现是什么?谢谢 三个见面对比 原图分辨率是 108...
https://bbs.tsingfun.com/thread-2191-1-1.html 

mobile location - App应用开发 - 清泛IT社区,为创新赋能!

...上输入手机号码,点击确定开始查找,用gps数据确定手机当前精确位置,精确度5米,找到后把经纬度写在两个文字框里,并在百度地图上标注出位置,并移动到屏幕中央,放大地图。 Implement through Android Studio: Enter the phone num...
https://bbs.tsingfun.com/thread-2231-1-1.html 

解决:文本输入框在键盘弹起输入框看不见时,键盘退格键删除不内容? - A...

是因为区域隐藏导致。 screen1 属性 “允许滚动”  勾选上,完美解决: 允许滚动后,区域就是自动,输入框永远在视线内,键盘响应全部正常。
https://bbs.tsingfun.com/thread-2635-1-1.html 

AppInventor2 文本和数字如何转换? - App应用开发 - 清泛IT社区,为创新赋能!

...ppInventor2 文本和数字如何转换? A:先来一个文本转数字情况: 定义一个变量赋初值 数字0,然后将文本设置给它,事实证明这时它自动变成文本类型,而不再是数字。因此此方案行不通。 最彻底方案: [hide] 直接使...
https://bbs.tsingfun.com/thread-2686-1-1.html 

ble蓝牙怎么接收中文 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

如题,用ble蓝牙扩展[color=rgba(0, 0, 0, 0.85)]StringsReceived,接收单片机发过来中文和字符串,字符串能正常显示在标签组件上,但是中文显示为乱码,请问我要怎么处理中文?? 英文能正常显示,中文乱码,那肯定就是字符集...
https://bbs.tsingfun.com/thread-3101-1-1.html 

ColinTreeListView扩展使用 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...个 ColinTreeListView  扩展,例子中有个图片,我上传这个,右边都是同样图片,我实现,但是想请问下,怎么操作,可以换成不同图片吗?
https://stackoverflow.com/ques... 

Get users by name property using Firebase

I'm trying to create an application where I can get/set data in specific users accounts and I was tempted by Firebase. 8 An...
https://stackoverflow.com/ques... 

How to make the tab character 4 spaces instead of 8 spaces in nano?

... If you use nano with a language like python (as in your example) it's also a good idea to convert tabs to spaces. Edit your ~/.nanorc file (or create it) and add: set tabsize 4 set tabstospaces If you already got a file with tabs and want to conv...
https://stackoverflow.com/ques... 

How to intercept touches events on a MKMapView or UIWebView objects?

I'm not sure what I am doing wrong but I try to catch touches on a MKMapView object. I subclassed it by creating the following class : ...