- 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.
- DevOps:軟件架構師行動指南
- Practical Data Analysis Cookbook
- Photoshop智能手機APP UI設計之道
- 軟件架構設計:大型網站技術架構與業務架構融合之道
- Vue.js 3.x從入門到精通(視頻教學版)
- 網店設計看這本就夠了
- Linux Device Drivers Development
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- C語言程序設計
- C# Multithreaded and Parallel Programming
- Mockito Essentials
- Data Science Algorithms in a Week
- JavaWeb從入門到精通(視頻實戰版)
- 計算機程序的構造和解釋(JavaScript版)
- 深入大型數據集:并行與分布化Python代碼