- Ionic Cookbook
- Hoc Phan
- 304字
- 2021-07-09 21:15:08
What this book covers
Chapter 1, Creating Our First App with Ionic, introduces the Ionic framework and provides instructions for setting up the development environment and quickly creating and running the first app.
Chapter 2, Managing States and Navigation, walks through some examples of how to manage views, states, and the overall navigation within the app. This can be done via either the UI-Router component of AngularJS or the out-of-the-box Ionic directives.
Chapter 3, Adding Device Features Support, explains how to use ngCordova to access native device functionalities such as the camera (photo and video), the contact list, e-mail, and map.
Chapter 4, Offline Data Storage, explains how to work with persistent data when the device is offline. You will understand the advantages and disadvantages of using Local Storage versus SQLite.
Chapter 5, Handling Gestures and Events, explains how a touch event works and how to process these events to create a better interaction or a custom component.
Chapter 6, App Theme Customization, provides instructions on how to customize an app for different platforms and create an introduction screen for your own branding.
Chapter 7, Extending Ionic with Your Own Components, takes a deep dive into the AngularJS directive and filter customization. You will learn how to leverage events from the core Ionic components and use requestAnimationFrame
for an improved animation performance.
Chapter 8, User Registration and Authentication, explains the different methods that can be used to authenticate a user and how the Firebase authentication system works.
Chapter 9, Saving and Loading Data Using Firebase, walks through some examples, such as those related to storing and retrieving data, using Firebase as the backend. Also, you will learn how to manage and render large datasets.
Chapter 10, Finalizing Your Apps for Different Platforms, provides instructions for performing the final steps of getting an app published.
- 數據庫系統原理及MySQL應用教程(第2版)
- Learn TypeScript 3 by Building Web Applications
- 程序員數學:用Python學透線性代數和微積分
- AIRAndroid應用開發實戰
- Practical Windows Forensics
- Visual C
- Instant Ext.NET Application Development
- Serverless computing in Azure with .NET
- 低代碼平臺開發實踐:基于React
- 從Java到Web程序設計教程
- 移動互聯網軟件開發實驗指導
- C語言程序設計與應用(第2版)
- Building Serverless Architectures
- 微前端設計與實現
- Spring Boot從入門到實戰