gpt4 book ai didi

java - 从 Web 服务加载 XML 布局

转载 作者:太空宇宙 更新时间:2023-11-04 14:13:07 26 4
gpt4 key购买 nike

我的问题更多的是出于好奇:

有没有办法从 Web 服务加载外部 xml 布局。

例如下载 XML 文件 > 使用 setContentView 加载 XML 布局 ...

最佳答案

这是不可能的。这可以在 the LayoutInflater docs 中找到。 :

For performance reasons, view inflation relies heavily on pre-processing of XML files that is done at build time. Therefore, it is not currently possible to use LayoutInflater with an XmlPullParser over a plain XML file at runtime; it only works with an XmlPullParser returned from a compiled resource (R.something file.)

关于java - 从 Web 服务加载 XML 布局,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28045116/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com