- NativeScript for Angular Mobile Development
- Nathan Walker Nathanael J. Anderson
- 255字
- 2021-07-02 18:41:49
Summary
Throughout, we have been working hard creating a solid foundation to build our app on. We created a CoreModule to provide some low-level services, such as logging, and a persistent store and designed the module to easily scale in more services as needed . Plus, this module is portable and can be dropped into other projects with your own company's special sauce intact.
In typical app development, you may want to run your app on the iOS and/or Android simulator along the way, during this process to double-check some of your design/architecture choices and that would be advisable! We just haven't done that yet, since we have an app pre-planned here and want you to stay focused on the choices we are making and why.
We also created the two primary feature modules that our app needs for its core competency, PlayerModule and RecorderModule. The player will be pre-setup with 2-3 recorded tracks loaded and ready to play right upon launch, so we will be bootstrapping our app with the PlayerModule features.
We will provide a simple way to allow a user to register an account, which will allow them to record their own tracks to throw in the mix. Once they are logged in, they will be able to enter the record mode via a route, which will lazily load the RecorderModule.
In the next chapter, we will create our first view, configure our routes, and finally, get our first glimpse at our app.
- INSTANT Mock Testing with PowerMock
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- INSTANT Weka How-to
- Python零基礎快樂學習之旅(K12實戰訓練)
- Visual C++數字圖像處理技術詳解
- 微信小程序開發解析
- Oracle Exadata專家手冊
- RISC-V體系結構編程與實踐(第2版)
- Getting Started with Greenplum for Big Data Analytics
- HTML5與CSS3基礎教程(第8版)
- C#程序設計(項目教學版)
- Java程序員面試筆試寶典(第2版)
- Python入門很輕松(微課超值版)
- Java Web從入門到精通(第2版)
- Android Game Programming by Example