在 Android 中将 XML 解析为布局?

发布于 2024-12-09 12:48:44 字数 187 浏览 0 评论 0原文

我正在开发 Android 中的一个应用程序,我需要动态设计应用程序的布局。我必须通过 XML 从数据库获取布局的详细信息,并根据要求在屏幕上显示解析结果。例如,XML 将包含 UI 中包含的 TextView 和 Button 的数量。

有人可以建议我在 Android SDK 中实现此功能的可能方法吗?

提前致谢, 阿格拉

I am working on an application in Android in which I need to design the layout of the application dynamically. I have to get the details of the layout from the database via XML and show the parse results on the screen as per the requirement. For example, XML will have the number of TextView and Buttons which will be included in the UI.

Can someone please suggest me the possible approach to implement this in Android SDK?

Thanks in Advance,
Aagrah

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白鸥掠海 2024-12-16 12:48:44

您可以在 Android 中动态创建布局。创建一个 Linear/RelativeLayout,然后以编程方式将 TextView 和 Button 添加到其中。

有关如何以编程方式添加项目的信息,请参阅此答案

You can create the layout on the fly in Android. Create a Linear/RelativeLayout, then add TextViews and Buttons programatically into it.

See this answer on how to add item programatically.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文