使用 sqlite 数据库中的数据填充单选按钮组

发布于 2024-09-27 18:53:46 字数 219 浏览 2 评论 0原文

我正在为 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 技术交流群。

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

发布评论

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

评论(1

叹沉浮 2024-10-04 18:53:46

使用列表视图并定义一个自定义适配器,该适配器将用五个不同的答案填充“行”。

Use a listview and define a custom adapter that will populate the "row" with the five different answers.

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