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

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

iHouse智能家居App(界面布局参考的绝佳案例) - .aia 案例源码 - 清泛IT社...

界面布局非常精美,适配了各种不同大小的屏幕,是学习布局的非常好的案例。 代码块写的也很精炼,注释非常全面,也是学习App开发很好的案例。
https://bbs.tsingfun.com/thread-2006-1-1.html 

横屏布局和手机不太一样 - App应用开发 - 清泛IT社区,为创新赋能!

在网页上开发的APP界面是这样的 到了手机上就不一样了, 请问有什么解决方法吗,可以让手机适应开发的界面布局要通过水平/垂直布局进行相对定位,部分尺寸需要进行动态计算。 有个布局案例可以参考一下:https://bbs.t...
https://bbs.tsingfun.com/thread-2122-1-1.html 

App编译apk后闪崩,AI伴侣正常 - 用户反馈 - 清泛IT社区,为创新赋能!

App编译apk后闪崩,AI伴侣正常
https://bbs.tsingfun.com/thread-2212-1-1.html 

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

有同学问: 如果用 AppInventor2 设计好了 回头出现问题用这个软件解决不了 是不是能用 Android Studio来重新编译呢? 不能,不同的源码体系。但是android studio工具可以调查部分app的通用问题,最终的apk他们是一致的,只是源码形...
https://bbs.tsingfun.com/thread-2255-1-1.html 

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

...全限制,不允许访问 DCIM 目录。 有的说加这个权限:<application android:requestLegacyExternalStorage="true"。 也有的说加也没用:https://www.cnblogs.com/SaraMoring/p/16587445.html 直接访问DCIM属于大概率会失败的方式,使用私有目录或a...
https://bbs.tsingfun.com/thread-2450-1-1.html 

标签内容过多,如何做到可上下滑动? - App应用开发 - 清泛IT社区,为创新赋能!

一般在大模型App中,使用标签进行输出,这时可能内容较多,默认情况下,并不会出现滚动条,不能上下滑动,看不到上面已经隐藏的内容,那么该如何让其可滚动呢? 其实很简单: 垂直滚动布局就是为了解决区域显示...
https://bbs.tsingfun.com/thread-2518-1-1.html 

搜索不到ble设备 - App应用开发 - 清泛IT社区,为创新赋能!

使用AI伴侣能搜索到ble设备,但是安装apk后搜索不到,这是怎么回事呢大概率是权限问题,在手机设置将 app 相关权限都打开试试,尤其是发现设备等权限。
https://stackoverflow.com/ques... 

Linux equivalent of the Mac OS X “open” command [closed]

... try xdg-open, most Linux distros have it. It will open default associated app for your file. FYI https://portland.freedesktop.org/doc/xdg-open.html share | improve this answer | ...
https://stackoverflow.com/ques... 

Why can't code inside unit tests find bundle resources?

...undle is NOT the main bundle. Even though you are running tests, not your application, your application bundle is still the main bundle. (Presumably, this prevents the code you are testing from searching the wrong bundle.) Thus, if you add a resource file to the unit test bundle, you won't find it ...
https://stackoverflow.com/ques... 

Do I need to disable NSLog before release Application?

When releasing an app for iPhone, if I disable NSLog(); will it perform better? 12 Answers ...