- 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.
- ExtGWT Rich Internet Application Cookbook
- 小程序實戰視頻課:微信小程序開發全案精講
- Photoshop智能手機APP UI設計之道
- LabVIEW入門與實戰開發100例
- Windows Forensics Cookbook
- PhoneGap Mobile Application Development Cookbook
- Mastering Apache Spark 2.x(Second Edition)
- 自然語言處理Python進階
- 第一行代碼 C語言(視頻講解版)
- 深入實踐Kotlin元編程
- JavaScript+jQuery網頁特效設計任務驅動教程
- Practical GIS
- 算法圖解
- Delphi開發典型模塊大全(修訂版)
- OpenCV Android開發實戰