Android 应用程序使用相同的视图显示不同的文本块

发布于 2024-10-09 21:43:50 字数 197 浏览 3 评论 0原文

我确信有更好的方法来完成我在应用程序中所做的事情。目前我正在尝试改进的是一系列军事节奏。我现在的做法是在 Web 视图中加载 html 文件。

我希望能够做的是设置一个视图,并且能够添加我将使用 html 文件显示的文本部分。

什么是最好的方法。我知道这对于刺或阵列来说可能是一件非常简单的事情,但我处于初级水平,需要指出正确的方向才能做到这一点。

I am sure there is a better way to do what I am doing in my apps. The current one I am trying to improve is a list of military cadences. The way I am doing it now is by loading html files in a web view.

What I would like to be able to do is have one view set up and just be able to add the text portion of what I would be displaying with the html file.

What would be the best method. I know this is probably a pretty simple thing to do with a sting or array but I am at the very beginner level and would need to be pointed in the right direction to do it.

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

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

发布评论

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

评论(1

紫竹語嫣☆ 2024-10-16 21:43:50

听起来您正在搜索 ListView。您可以制作一个列表,列出您喜欢向用户显示的内容,并使用 ListView 的适配器

Sounds like you are searching for ListView. You can make a List of what you like tho show to the user and stick that with the an Adapter to the ListView.

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