- NativeScript for Angular Mobile Development
- Nathan Walker Nathanael J. Anderson
- 100字
- 2021-07-02 18:41:46
Our app's module breakdown
Here's how we will break down our app organization by module:
- CoreModule: Low-level services, components, and utilities that provide a nice foundation layer. Things such as interacting with logging, dialogs, HTTP, and other various commonly used services.
- AnalyticsModule**: Potentially, you could have a module that provides various services to handle analytics for your app.
- PlayerModule*: Provides everything our app needs to play audio.
- RecorderModule*: Provides everything our app needs to record audio.
(*)These are considered Feature Modules.
(**)We will omit this module from the example in this book but wanted to mention it here for context.
(**)We will omit this module from the example in this book but wanted to mention it here for context.
推薦閱讀
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- Web應用系統開發實踐(C#)
- Software Defined Networking with OpenFlow
- SoapUI Cookbook
- Testing with JUnit
- 前端跨界開發指南:JavaScript工具庫原理解析與實戰
- Python程序設計(第3版)
- Linux:Embedded Development
- Teaching with Google Classroom
- Android項目實戰:手機安全衛士開發案例解析
- Java零基礎實戰
- 打開Go語言之門:入門、實戰與進階
- Arduino電子設計實戰指南:零基礎篇
- JavaScript編程精解(原書第2版)
- Puppet:Mastering Infrastructure Automation