- 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.
- Docker and Kubernetes for Java Developers
- JavaScript高效圖形編程
- INSTANT CakePHP Starter
- Podman實戰(zhàn)
- Spring Boot Cookbook
- HTML5從入門到精通 (第2版)
- Odoo 10 Implementation Cookbook
- Visual Basic 6.0程序設計實驗教程
- Building Serverless Architectures
- JavaScript+jQuery網頁特效設計任務驅動教程
- 面向對象程序設計及C++(第3版)
- Deep Learning for Natural Language Processing
- Android 游戲開發(fā)大全(第二版)
- Using Yocto Project with BeagleBone Black
- Learning Alfresco Web Scripts