Midlet 与 Phone Browser 应用程序的优缺点?
您如何权衡手机的 Midlet 和基于浏览器的客户端/服务器应用程序之间的优缺点...
两者的优缺点是什么...
根据您的经验,您更喜欢做什么,为什么?
我列出了一些要点,我们可以根据这些要点进行比较,随意添加您自己的...
- 快速发展。
- 丰富的用户界面。
- 客户端和服务器之间的温和数据传输。
- 易于使用。
- 可移植性。
- 广泛的电话目标受众。
How do you weight the pros and cons between a Midlet and Browser based client/server app for a phone ...
What are the pros and cons of both...
And based on your experience what will you prefer to go in for and why?
I have listed some points based on which we can compare both feel free to add your own...
- Rapid development.
- Rich UI.
- Mild data transfer between client and server.
- Ease of use.
- Portability.
- Wide phone target audience.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一篇很棒的博客文章,专门解决了这个问题。我曾经与发帖者一起工作,知道他在移动应用程序开发和移动网络开发方面花费了大量时间,以便对这个主题有一个完善的意见。
APPropos?原生移动应用程序是否与移动网络应用程序一样受支持?
我本人只从事移动应用程序方面的工作,并且该过程确实没有任何快速或可移植的内容,特别是当您的目标平台是......他们所有人。但是,移动网络应用程序当然不允许您提供与本机应用程序一样强大的功能集。目前,这都是关于一般移动领域的权衡和让步,我认为您采取了正确的方法来弄清楚什么对您的项目更重要。
Here's a great blog post tackling this exact issue. I used to work with the poster and know he's spent a significant amount of time on both sides of the fence, mobile app development and mobile web development, to have a well formed opinion on the subject.
APPropos? Are native mobile apps as supportable as mobile web apps?
I myself have only worked on the mobile apps side of things and there really isn't anything rapid or portable about the process, especially when your target platform is...all of them. However, mobile web apps will of course not allow you to supply as robust a feature set as a native app. It's all about trade-offs and concessions in the general mobile space at this time, and I think your taking the right approach to figuring out what is more important to your project.
一般答案是:这要看情况。如果不了解目标,就很难提出实现目标的道路。
您要提出什么类型的申请?
什么是最重要的?性能还是快速开发?您需要哪些功能?数据库、客户端间通信?您是否需要特定的 UI 元素,而这很难在网页上创建?您需要它便携吗?您想要定位哪些设备?还有很多问题...
The general answer is: It depends. Without knowledge of the goal, is it hard to suggest the road to it.
What type of application are you going to make?
What is most important? Performance or rapid development? Which features do you need? Database, inter-client communications? Do you need specific UI-elements, which is hard to create on a webpage? Do you need it to be portable? Which devices do you want to target? And a lot more questions...