在 iPhone 上使用数据库就像在 Android 上使用 spinner 一样
我是开发任何东西的新手,想要制作一个像 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在进行 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.