移动应用程序与网络应用程序的编码之间有很大区别吗
我即将收到一个新项目,该项目涉及为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
嗯,显然两者都涉及编码,所以它们在这个层面上非常相似。
但适用于您的限制却截然不同。
所以,是的,编写网络应用程序和编写本机智能手机应用程序之间存在很大差异。
Well, obviously both involve coding, so they are quite similar at this level.
But the restrictions that apply to you are quite different.
So yes, there is quite a difference between writing a web-application and writing a native smartphone application.
从根本上说,编码就是编码,但与任何事情一样,你将使用不同的 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.