Android 应用程序使用相同的视图显示不同的文本块
我确信有更好的方法来完成我在应用程序中所做的事情。目前我正在尝试改进的是一系列军事节奏。我现在的做法是在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您正在搜索 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.