- 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.
- Advanced Splunk
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- C語言程序設計實踐教程(第2版)
- 密碼學原理與Java實現
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- OpenCV for Secret Agents
- Python數據可視化之Matplotlib與Pyecharts實戰
- Mastering Linux Network Administration
- 飛槳PaddlePaddle深度學習實戰
- Serverless computing in Azure with .NET
- AIRIOT物聯網平臺開發框架應用與實戰
- IDA Pro權威指南(第2版)
- 零基礎學C語言(升級版)
- Data Science Algorithms in a Week
- Mastering Gephi Network Visualization