- Ionic:Hybrid Mobile App Development
- Rahat Khanna Sani Yusuf Hoc Phan
- 227字
- 2021-07-09 19:00:38
Chapter 6. Integrating App with Backend Services
Mobile Apps are incomplete without data, and the data on the mobile is not enough. We have learnt to start Mobile App projects and create complex views with different components. In this chapter we will learn how to integrate our Ionic Apps with web services to fetch and submit data. Use cases involving data exchange for Mobile Apps include central user authentication/authorization, saving your personalization data, storing images, searching public datasets, storing transactions, and so on. Mobile Apps have become a major source for collaboration and require strong integration to robust backend services to support communication and real-time messaging.
Here, we will first learn about the low-level constructs available in Angular/Ionic to integrate into any web service conforming to JSON/REST standards. There is also another object available that maps to REST entities directly, helping to shorten the integration development effort and time. The topics that will be discussed in this chapter are as follows:
- $http services
- Ionic services versus factories
- $resource and REST API
- Demystifying mBaaS
- Integrating with Parse
- Integrating with Firebase
Mobile Apps become meaningful with data, and to empower our Ionic Apps with data we need to have strong backend servers or APIs. We will discuss some cloud-based backends as a service solution, which are super easy to use with our Ionic Apps with minimal effort.
- PyTorch自動駕駛視覺感知算法實戰
- Spring技術內幕:深入解析Spring架構與設計
- ASP.NET Core Essentials
- HTML5 Mobile Development Cookbook
- Learn Programming in Python with Cody Jackson
- Swift 3 New Features
- Spring Cloud、Nginx高并發核心編程
- TypeScript實戰指南
- 3D少兒游戲編程(原書第2版)
- Python算法從菜鳥到達人
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- Visual C++開發入行真功夫
- Getting Started with LLVM Core Libraries
- Learning Python Data Visualization
- C#程序設計基礎入門教程