- Microsoft HoloLens Developer's Guide
- Dennis Vroegop
- 249字
- 2021-07-02 19:08:08
Separating must-haves from nice-to-haves
The best way to ensure that apps are actually finished and deployed, especially for smaller teams or one-person teams, is to ensure that the app will not be too big. A good rule to remember is--ship early, ship often. These days, with app stores for all sorts of platforms and devices, including the HoloLens, updating an app is easy. Most of the time, the user does not need to do anything. He will just be aware of a new functionality in his app all of a sudden. So, ensure that your app is in the store as fast as you can, and then start updating it.
To get the app in the store as quickly as possible, you have to trim your list down to the bare essentials. This is my attempt:
- Note incoming plane type
- Note incoming airline
- Note outgoing plane type
- Note outgoing airline
- Take pictures of the planes
- Look up date of first appearance of a plane type
- Note the runway planes use
I have removed the pictures function and the looking-up functionality. I believe that they can be strong features that really make my app shine, but I do not necessarily need them in the first version. Apart from this, I am not entirely sure how to take pictures from the device, so I want to investigate that later on, when I have a little more time. This way, I am removing all risks that might delay shipping version 1.
- 多媒體CAI課件設計與制作導論(第二版)
- LabVIEW入門與實戰開發100例
- C和C++安全編碼(原書第2版)
- Spring Cloud、Nginx高并發核心編程
- Instant QlikView 11 Application Development
- Arduino計算機視覺編程
- Getting Started with Polymer
- 硬件產品設計與開發:從原型到交付
- Python一行流:像專家一樣寫代碼
- Visual Basic程序設計實驗指導及考試指南
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- MongoDB Cookbook
- Python滲透測試編程技術:方法與實踐(第2版)
- Python程序設計教程
- Java程序性能優化實戰