- NativeScript for Angular Mobile Development
- Nathan Walker Nathanael J. Anderson
- 190字
- 2021-07-02 18:41:49
Our First View via Component Building
We've been working hard at framing the base of our app in Chapter 2, Feature Modules, and now it's time to finally get a glimpse of what we're working with. This is all about getting that first view from our sketch to the mobile device screen.
Building views with NativeScript for Angular is not much different than view building for the web. We will use Angular's Component decorator to build various components our UI needs to achieve the desired usability we're after. Instead of using the HTML markup, we will be using NativeScript XML, which is an extremely powerful, yet simple and concise, abstraction of all native view components on both iOS and Android.
We won't be covering all the benefits and types of components you have access to here; but to learn more, we recommend any of the following books:
- https://www.packtpub.com/web-development/getting-started-nativescript
- https://www.manning.com/books/nativescript-in-action
In this chapter, we will be covering the following topics:
- Using Component decorator to compose our views
- Creating reusable components
- Creating a custom view filter using Pipe
- Running the app on the iOS and Android simulators
- Mastering Spring MVC 4
- 趣學Python算法100例
- Spring Cloud、Nginx高并發核心編程
- Mastering OpenCV 4
- Photoshop智能手機APP界面設計
- Python Programming for Arduino
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- Python機器學習開發實戰
- Mastering Python
- Microsoft XNA 4.0 Game Development Cookbook
- Flutter從0基礎到App上線
- Learning Google Apps Script
- 測試架構師修煉之道:從測試工程師到測試架構師(第2版)
- 開源心法
- C# 7.0核心技術指南(原書第7版)