iPad 新手,熟悉 SQL,如何入门
几年前,我一直是一名使用 MS Access 的 SQL 编写者,退休后得到了一台 iPad。我想使用 SQL 创建简单的数据库驱动应用程序。我已经从 Apps Store 下载了 SQL Lite 编辑器,但它似乎缺少了很多东西。 问题。我是否需要有一台 Apple 电脑作为工作站,然后复制到 iPad,或者我可以使用我的 Windows 7 PC 作为创作工具吗?
在哪里可以找到用于创建图形以增强数据库搜索结果的工具?
我是否需要使用 C 或 C++ 来创建应用程序,因为我从未抽出时间来学习它。
我知道奇怪的问题,但谷歌搜索似乎让我对这个话题完全一无所知,但我发现大多数应用程序似乎都围绕着一些数据库操作。如果我能在某个地方找到一系列链接,将会很有帮助。
最好的问候
凯拉
I have been a SQL writer using MS Access some years ago and have been given an IPad upon my retirement. I want to create simple database driven apps using SQL. I have downloaded SQL Lite editor from the Apps Store but it seems to have a big chunk of something missing.
Question. Do I need to have an Apple computer as a workstation and then copy to the iPad, or can I use my Windows 7 PC as the authoring tool.
Where do I find the tools for creating the graphics to enhance database search results?
Do I need to use C or C++ to create the application, as I never got around to learning it.
Odd questions I know, but google searches seem to leave me totally in the dark on this topic, yet I geel that most app's seem to revolve around some database manipulation. Would be helpful if I could find a series fo links somehwere.
best regards
Kaela
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
嗨
为了开发 iOS 设备的本机应用程序,您需要 XCode 环境和 Objective C 中的知识,这有点奇怪,并且有示例。
为此,您需要一台 Mac 电脑或在虚拟机上运行 mac 操作系统。
您还可以使用 HTML5 和 js 创建非本机应用程序(例如 webapp),然后使用 Phonegap 将其导入到 XCode。
通过使用这种方法,您将能够为许多设备(例如 android 等)创建应用程序,您所要做的就是将 HTML5 和 js 导入到支持环境中。
只是为了警告您此类应用程序,应用程序商店仅允许本机应用程序,并且最好制作本机应用程序,因为它将通过他们所做的每项检查。
谢谢
Hi
In order to develop native applications to ios devices you need the XCode environment and knowledge in objective c, its a bit odd and there are examples.
for that you will need a mac or run the mac os on a virtual box.
You can also create a non native app such as webapp using HTML5 and js and then import it to the XCode using Phonegap.
By using this method you will be able to create apps for many devices such as android and more and all you will have to do is to import your HTML5 and js into the supporting environment.
Just to warn you about these kind of apps, app store allows only native apps and its better to make native app because it will pass every inspection they make.
Thanks
是的,要在Apple的引擎上进行开发,您必须拥有一台Apple计算机。但是,您可以安装运行 OS X 的虚拟机,但这是非法的并且非常复杂(但可行)。
Mac 开发者的“圣经”在这里:http://developer.apple.com/。
建议使用 Objective C 编写应用程序。
yes, to develop on Apple's engine, you have to had an Apple computer. However, you can mount a virtual machine running OS X, but it's illegal and very complicated (but doable).
The "bible" for mac developers is here : http://developer.apple.com/.
It's recommanded to write your application in Objective C.