- 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.
推薦閱讀
- R語言數據分析從入門到精通
- Python快樂編程:人工智能深度學習基礎
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- C語言程序設計(第2版)
- Java EE 7 Development with NetBeans 8
- Clojure Reactive Programming
- OpenCV 4計算機視覺項目實戰(原書第2版)
- HTML5 APP開發從入門到精通(微課精編版)
- Learning Apache Karaf
- Test-Driven Machine Learning
- C++20高級編程
- Android驅動開發權威指南
- Python函數式編程(第2版)
- Java程序設計入門(第2版)