- 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.
- Modular Programming with Python
- Learning PostgreSQL
- Android開發(fā)精要
- Learning ArcGIS Pro 2
- Mastering Articulate Storyline
- 數(shù)據(jù)結(jié)構(gòu)習(xí)題精解(C語言實現(xiàn)+微課視頻)
- Mastering Ubuntu Server
- 快速念咒:MySQL入門指南與進階實戰(zhàn)
- 大模型RAG實戰(zhàn):RAG原理、應(yīng)用與系統(tǒng)構(gòu)建
- C++面向?qū)ο蟪绦蛟O(shè)計習(xí)題解答與上機指導(dǎo)(第三版)
- Unity 5.X從入門到精通
- 軟件工程與UML案例解析(第三版)
- Python實戰(zhàn)指南:手把手教你掌握300個精彩案例
- 信息學(xué)競賽寶典:基礎(chǔ)算法
- Effective Python:編寫高質(zhì)量Python代碼的90個有效方法(原書第2版)