移动应用程序与网络应用程序的编码之间有很大区别吗

发布于 2024-12-04 05:58:21 字数 107 浏览 0 评论 0原文

我即将收到一个新项目,该项目涉及为 Android 平板电脑创建移动应用程序。网络应用程序与移动应用程序的编码是否存在很大差异?有没有什么好的链接我可以去阅读更多内容?顺便说一句,这将在 .Net 中

I am on the cusp of recieving a new project that involves creating a mobile app for android tablets. Is there a large difference in coding for web apps vs mobile apps. And is there any good links I can go to read up on it more? This will be in .Net by the way

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风月客 2024-12-11 05:58:21

嗯,显然两者都涉及编码,所以它们在这个层面上非常相似。

但适用于您的限制却截然不同。

  • 在服务器应用程序上,您使用的库的大小通常不会产生影响,而移动应用程序的安装大小是一个确定问题,
  • 内存和处理能力通常 em> 在服务器上不是什么问题,与移动设备相比,
  • 每个移动平台通常都有自己的 UI 框架,具有非常独特的概念(至少每个有趣平台都以自己的方式行事
  • ) API 非常不同(很少有服务器应用程序和移动应用程序具有相同 API)

所以,是的,编写网络应用程序和编写本机智能手机应用程序之间存在很大差异。

Well, obviously both involve coding, so they are quite similar at this level.

But the restrictions that apply to you are quite different.

  • on a sever application, the size of the libraries you use don't usually make a difference, while the installation size of a mobile app is a definite issue
  • memory and processing power are usually are less of an issue on the server, as compared to a mobile device
  • each mobile platform usually has it's own UI framework with quite unique concepts (at least each interesting platform does it its own way)
  • the APIs are quite different (it's rare to have the same API for server applications and mobile applications)

So yes, there is quite a difference between writing a web-application and writing a native smartphone application.

八巷 2024-12-11 05:58:21

从根本上说,编码就是编码,但与任何事情一样,你将使用不同的 Android 语言和不同的架构来进行设置。我建议阅读developer.android.com 上的开发人员文档,并根据您对java 的了解程度,对java 开发的基础知识进行一些研究。当我第一次开始编程时,www.thenewboston.com 对我帮助很大。

Fundamentally coding is coding, but as with anything you are going to be using a different language with android and a different architecture for setting things up. I would suggest reading through the developer documents at developer.android.com and depending on how well you know java maybe do some studying on the basics of java development. www.thenewboston.com helped me a ton when I was first starting to program.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文