Summary

Typically, mobile applications require a web backend. Otherwise, all the data created in the application stays in the device itself. The web backend opens the door from a device into a more common place: the Internet. If the end user removes and installs the application over time, the data may restore. If the end user installs the application on another device, the data may also restore. These are features that accelerate user experience.

In this chapter, we created a web backend and Xamarin.Forms project. The web backend project handles server-side behaviors and the Xamarin.Forms project is working on all three platforms' devices.

During the development phase, we learned how to compose and style Xamarin.Forms pages and how to communicate ...

Get Xamarin 4 By Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.