制作响应式 HTML5 移动应用
我最近开始使用 LinkedIn 和 Google 的移动应用程序,例如 Gmail/G+ 等,它们非常快速、直观且易于使用。
我的问题是工程师会采取哪些步骤来制作此类应用程序?他们是渲染整个 HTML 还是只更新其中的一部分?
I have recently started using LinkedIn and Google's mobile apps like Gmail/G+ etc and they are so fast, intuitive and simple to use.
My question is what steps the engineers would have taken to make such apps? Are they rendering entire HTML or just update the portion of it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
“快速、直观且易于使用”——这并不完全是一个基于技术的问题。许多设计和用户体验设计都会融入到这些应用程序的构建中。这就是它们“直观且易于使用”的原因。
在您的问题中回答您的问题。是的,很多新应用程序都是 HTML5 应用程序。它使用新的 HTML5 规范以及大量 JavaScript 和 CSS。
"fast, intuitive and simple to use" - This isn't entirely a technology based question. A lot of design and user experience design would have gone into the building of these app. Which is what makes them "intuitive and simple to use".
To answer your questions within your question. Yes a lot of the new apps are HTML5 apps. Which uses the new HTML5 spec as well as a lot of JavaScript and CSS.
Ajax 被广泛用于开发这些应用程序。
Ajax is used extensively to develop those applications.