- Learning ArcGIS Runtime SDK for .NET
- Ron Vincent
- 410字
- 2021-07-14 11:14:54
Native versus web versus hybrid
Deciding on whether to develop a web or native app is the most important decision you'll make once the app has been approved to be developed by your users or customer. In some cases, this is something already decided by the user or customer because they already have something in mind. On the other hand, if you're building an app for public consumption, you and your team will have to make the decision. No matter what, it can sometimes be a difficult decision, so it's important you understand the factors. Here are some of the deciding factors:
- Are the users connected and/or disconnected?
- Do you need device sensors?
- Do you have online and/or offline data sources? Can you create offline content?
- What kind of analytical capabilities are required?
- What's your budget?
- Do your developers have the skills for a native or web app?
- How frequently does your app need to be updated?
- How large is the data?
- How many users are there?
- Do you need secure storage of data?
- How much time do you have to develop?
- How often does the data change?
- What kind of expertise do you need?
- Can your users easily download the native app?
- Does the app need to do heavy processing? If so, do you have the processing power on the server, or if this is native, can the device handle it?
- Does your organization have a hardware platform policy?
- Will your users accept the cost?
- Is there a maintenance fee?
That's just a taste of the kinds of question that you need to carefully evaluate. Another important wrinkle in this decision is that sometimes you find you have to combine both web and native. As a developer, I have had to write an app for a large utility that needed to integrate into their enterprise asset system, which used a web app frontend but also required native performance due the volume of the data and the speed at which users drove down the road.
There are no easy answers here. You will need to carefully evaluate your alternatives and make the best decision. Don't be surprised if you start down one path and realize that the other path was more appropriate. If the answer isn't obvious, hire a consultant, review other apps (both native and web), determine the cost, get everyone involved, conduct a proof of concept, and most importantly, be prepared to learn and keep an open mind.
- Beginning Java Data Structures and Algorithms
- Building Modern Web Applications Using Angular
- 微信小程序入門指南
- Python語言實用教程
- Serverless Web Applications with React and Firebase
- Mastering Adobe Captivate 7
- 愛上C語言:C KISS
- Learning Image Processing with OpenCV
- 人人都能開發(fā)RPA機器人:UiPath從入門到實戰(zhàn)
- Mastering ArcGIS Server Development with JavaScript
- 大象:Thinking in UML(第二版)
- Python量子計算實踐:基于Qiskit和IBM Quantum Experience平臺
- Visual FoxPro程序設(shè)計
- Selenium WebDriver自動化測試完全指南
- C++ Primer(中文版)(第5版)