gpt4 book ai didi

java - Activity 在android中动态加载xml布局

转载 作者:IT老高 更新时间:2023-10-28 23:19:31 24 4
gpt4 key购买 nike

是否可以从存储在设备中的资源(在数据库或部分资源中)加载 Activity 的 xml 布局文件并在该 Activity 启动时动态加载它?我们的想法是将其从网络服务发送到设备。谢谢。

最佳答案

如果您尝试扩充构建过程中未包含的 XML 文件,我认为目前不可能。这是来自 LayoutInflater class 的 java 文档:

View android.view.LayoutInflater.inflate(XmlPullParser parser, ViewGroup root, boolean attachToRoot)

Inflate a new view hierarchy from the specified XML node. Throws InflateException if there is an error.

Important 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.

关于java - Activity 在android中动态加载xml布局,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5325002/

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