基于网络的应用程序开发
我需要制作一个 Android 应用程序,该应用程序将从我的大学网站获取数据并将其显示在 Android 设备上(基本上是该网站的移动版本),就像 Pulse 所做的那样,UK &世界新闻等等。
解决这个问题的最佳方法是什么?网页浏览?或者我还缺少另一个更好的选择吗?
I need to make an Android app that will take data from my college website and display it on an Android device (basically a mobile version of the website), something like Pulse does, UK & World News etc. etc.
What is the best way to go about this? Webview? Or is there another, better option that I'm yet missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好的选择是使用 JavaScript 移动开发框架之一,例如 Titanium、Sencha Touch、PhoneGap、jQuery Mobile 等。
Best bet is to use one of the javascript mobile development frameworks such as Titanium, Sencha Touch, PhoneGap, jQuery Mobile, etc.