- NativeScript for Angular Mobile Development
- Nathan Walker Nathanael J. Anderson
- 247字
- 2021-07-02 18:41:46
The sketch exercise
A good exercise for this is to sketch out a rough idea of one of your app views. You may not know what it will look like yet and that's okay; this is purely an exercise to think about the user expectations as a first step to guiding your thought process into the various sections or modules you need to construct to meet those expectations. It will also help you think about the various states the app needs to manage.
Take, for example, the app we are going to build, TNSStudio (Telerik NativeScript (TNS)). We will dive into more detail of what our app is and what exactly it will do in Chapter 2, Feature Modules.

Starting from top to bottom, we can see a header with a menu button, a logo, and a record button. Then, we have a listing of user recorded tracks, each with a (re)record button and a solo or mute button.
From this one sketch, we may think about several services the app may need to provide:
- A Player Service
- A Recorder Service
- A Persistent Store service to remember which volume level settings the user sets for each track in the recording mix and/or if the user is authenticated
We can also gain some insight into the various states the app may need to manage:
- A listing of user recordings/tracks
- Whether the app is playing audio or not
- Whether the app is in the recording mode or not
- Learning Java Functional Programming
- Interactive Data Visualization with Python
- Web Application Development with R Using Shiny(Second Edition)
- Building Serverless Applications with Python
- 單片機應用與調試項目教程(C語言版)
- Python忍者秘籍
- Windows Phone 7.5:Building Location-aware Applications
- Visual Basic程序設計實驗指導(第二版)
- Visual Studio 2015高級編程(第6版)
- Programming Microsoft Dynamics? NAV 2015
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Unity Android Game Development by Example Beginner's Guide
- Python第三方庫開發應用實戰
- Python數據科學實踐指南
- Android應用程序設計