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

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

界面可以全屏吗? - App应用开发 - 清泛IT社区,为创新赋能!

可以的。screen1 属性可以设置: 更多参考:https://www.fun123.cn/reference/creative/fullscreen.html
https://bbs.tsingfun.com/thread-2945-1-1.html 

AppInventor 如何拼接 json 文本 - App应用开发 - 清泛IT社区,为创新赋能!

需要拼接 json 文本通过 mqtt 发送,原理是利用字典的特性,它天生就是 json 的一种表现,打印出来就是 json 格式文本,拼接方式如下: 使用 创建字典 代码块,默认只有 2 个插槽,表面上看起来只能放 2 组数据,但是它是...
https://bbs.tsingfun.com/thread-2950-1-1.html 

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

...款:GestureDetect Extension (List and Swipe Images) https://community.appinventor.mi ... swipe-images/144070 但是测试下来,可能不太完善,拓展不够成熟。 以下2款貌似不支持手势滑动,但可以轮换播放图片: https://aix.colintree.cn/zh/extensions/ColinTr...
https://bbs.tsingfun.com/thread-2997-1-1.html 

ip地址用哪个扩展?AI助手为什么可以?直接导入IP地址的扩展,但在扩展文档...

ip地址用哪个扩展?AI助手为什么可以?直接导入IP地址的扩展,但在扩展文档中没有。并且为什么AI导入的图。代码块都是中文。而自己导入的扩展代码块都是英文。你是说 clientsocket 拓展吗?tcp 连接的。 我们自己做个加强版...
https://bbs.tsingfun.com/thread-3001-1-1.html 

鸿蒙版能用了吗? - App Inventor 2 离线版 - 清泛IT社区,为创新赋能!

鸿蒙版能用了吗?在哪里找?详见:https://bbs.tsingfun.com/thread-2985-1-1.html 目前内测版,适合尝鲜用户/内测用户。
https://stackoverflow.com/ques... 

Cannot hide status bar in iOS7

I just upgraded my iPhone 5 iOS 7 to four beta version. Now when I run my app from Xcode 5 on this iPhone, status bar doesn’t hide, even though it should. ...
https://stackoverflow.com/ques... 

how to implement a pop up dialog box in iOS

... message:@"You must be connected to the internet to use this app." delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil]; [alert show]; [alert release]; ...
https://stackoverflow.com/ques... 

How do I fix “Failed to sync vcpu reg” error?

...lled everything and created an AVD for the android version, and everything appears correct, but when I run it, I get this output: ...
https://stackoverflow.com/ques... 

Determine if running on a rooted device

My app has a certain piece of functionality that will only work on a device where root is available. Rather than having this feature fail when it is used (and then show an appropriate error message to the user), I'd prefer an ability to silently check if root is available first, and if not,hide the ...
https://stackoverflow.com/ques... 

support FragmentPagerAdapter holds reference to old fragments

...oads the current page, and the one to the left and right. If you put your app into the background, the fragments that have been added to the fragment manager are saved automatically. Even if your app is killed, this information is restored when you relaunch your app. Now consider that you have vie...