在 iPhone 上使用数据库就像在 Android 上使用 spinner 一样

发布于 2024-11-03 07:23:55 字数 614 浏览 0 评论 0原文

我是开发任何东西的新手,想要制作一个像 Iphone 一样的旋转器,从数据库中提取信息并返回数据库中包含的信息

我已经检查了 我们如何在 android 中创建类似 iPhone 的微调器? 和 iPhone 一样,它基于 javascript 和 html

想要我的数据库与此类似
http://www.portlandbolt.com/technicalinformation/bolt-torque-chart。 html

有关如何完成此操作的任何想法或有帮助的代码片段。

我在设置数据库时也遇到问题,我正在使用 Eclipse Helios,并且无法安装 dbEdit 和 jdbc 驱动程序,尝试了很多教程,但没有成功,尝试使用不同的 IDE(如 netbeans)会更好吗?

I am new to developing anything and want to make an Iphone like spinner that pulls information from database and return info contained in database

I have checked all the spinners out on How can we create iPhone-like spinners in android? and like the I phone one it is based of off javascript and html

want my database to be similar to this
http://www.portlandbolt.com/technicalinformation/bolt-torque-chart.html

any ideas on how to accomplish this or code snippets that would help.

I am also having problems setting up a database I am using Eclipse Helios and have been unable to install dbEdit and jdbc drivers tried many tutorials but no luck, would it be better to try a different IDE like netbeans?

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

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

发布评论

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

评论(1

梦幻的心爱 2024-11-10 07:23:55

在进行 Android 编程时,请忘记 JDBC。查看记事本教程,了解如何使用记事本来自 Android 应用程序的数据库。

要获得美观的旋转器,请查看 http://code.google.com/p/ android-wheel/

我建议您使用标准 Eclipse 工具,因为它运行良好(根据我的经验),并且有很多社区支持。

Forget about JDBC when programming for Android. Take a look at the notepad tutorial, for a decent introduction to using a database from an Android app.

For a good looking spinner, take a look at http://code.google.com/p/android-wheel/

I recommend that you use the standard Eclipse tooling, as it works well (in my experience), and it has a lot of community support.

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