使用 sqlite 数据库中的数据填充单选按钮组
我正在为 Android 编写一个游戏应用程序,其中带有四个不同选项的疑问词将显示用户可以在其中进行选择。
我有一个数据库,可以从应用程序插入,但是使用 select 语句,然后解析响应并填充单选组中的五个不同位置的最简单方法是什么?
我已经在开发者上完成了记事本教程。网站,对于我的需要来说它似乎有点太复杂了。至少我无法很好地解读它以应用于我的项目。
感谢您的帮助! /AK
I am writing a game app for Android, where a question word with four different alternatives will show that the user can choose between.
I have a database and i can insert from the app, but what would be the easiest way to use a select statement, and then parse the response and populate the five different positions in the radio group?
I have done the Notepad tutorial on the dev. site, and it seems a bit too complicated for what i need. At least I cannot decipher it well enough to apply on my project.
Thanks for any help! /AK
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用列表视图并定义一个自定义适配器,该适配器将用五个不同的答案填充“行”。
Use a listview and define a custom adapter that will populate the "row" with the five different answers.