- 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
- ServiceNow Application Development
- Mastering SVG
- 基于Java技術的Web應用開發
- 實用防銹油配方與制備200例
- Java程序設計與計算思維
- The React Workshop
- NGINX Cookbook
- Node.js:來一打 C++ 擴展
- 一塊面包板玩轉Arduino編程
- Hands-On GUI Programming with C++ and Qt5
- OpenCV with Python Blueprints
- ASP.NET Web API Security Essentials
- 精通Spring:Java Web開發與Spring Boot高級功能
- Docker on Windows
- Improving your Penetration Testing Skills