大约有 46,000 项符合查询结果(耗时:0.0364秒) [XML]
How to use UIScrollView in Storyboard
...hed it and it has a frame of 320,1000 but in order for this to work in our app we need to change the frame down to what the visible scrollview will be.
8: Add a runtime attribute with KeyPath frame with Type RECT and 0,0,320,416.
Now when we run our app we will have a visible scrollview has a fram...
How can I use speech recognition without the annoying dialog in android phones
...
Use the SpeechRecognizer interface. Your app needs to have the RECORD_AUDIO permission, and you can then create a SpeechRecognizer, give it a RecognitionListener and then call its startListening method. You will get callbacks to the listener when the speech recogniz...
MVC Vs n-tier architecture
...n MVC(which is an architectural pattern) and an n-tier architecture for an application. I searched for it but couldn't find a simple explanation. May be I am a bit naive on MVC concepts, so if anyone can explain the difference then it would be great.
...
网上免登陆找素材、处理素材技巧 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!
1、找声音素材推荐“站长素材”平台,不用登陆即可下载声音,体验很不错,网址:https://sc.chinaz.com/yinxiao/。
同样也可以找图片素材:https://sc.chinaz.com/tu/
2、处理图片(在线ps):
功能及体验接近桌面版的Photoshop...
交作业 - App Inventor 2 中文网 - 清泛IT论坛,有思想、有深度
本帖最后由 6921孙 于 2023-01-14 14:26 编辑
第一课作业提交:       第一课讲的是关于“撸猫”的简单程序,作业中没有使用加速度传感器,而是增加了“狗”以及猫和狗之间切换的程序,点击按钮二与按钮三即可切...
【未发布】【第二课】打字机文字效果 - App Inventor 2 中文网 - 清泛IT社...
模拟打字机的效果,文字一个个逐渐显示在屏幕上,并且伴随打字机的音效,效果非常有趣。
分类:趣味试验
课程目的:熟悉文本相关代码块用法,熟悉定时器的使用
步骤:
文本积木讲了一小半,时间不够
附带数学...
第一课撸猫,作业提交 - App Inventor 2 中文网 - 清泛IT论坛,有思想、有深度
本帖最后由 mile 于 2023-01-14 18:37 编辑
撸猫下面是我作品的截图
点击,摇动猫会发出喵喵的叫声。
文本代码块“删除空格”没有效果? - App Inventor 2 中文网 - 清泛IT社区...
代码如下:
最终结果并没有把空格删除,请问这是为什么?
感谢反馈~
请参考一下帮助文档,有助于理解代码块的作用:
相关帮助内容如下:
可以发现,删除空格只针对头部和尾部空格进行删除,中间的不删。
关于“打字机效果”一课提问 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!
本帖最后由 6921孙 于 2023-01-15 21:12 编辑
如何在文本截取至最长长度时令计时器停止计时,或者能否令变量停止增加?求解
感谢反馈。
非常好的一个问题,这里从你问到的2个方面进行分析:
1、长度到了上限后,可以停止计...
提交作业 - App Inventor 2 中文网 - 清泛IT论坛,有思想、有深度
本帖最后由 6921孙 于 2023-01-17 21:27 编辑
第二课作业提交:相比于课上,增加了文本输入框,游玩时能够自行输入想要打出的文本。输入后,点击上方按钮便可以令打字机打出,并且附带音效。文本打完后,再点击下方按钮,...