Xamarin Cross-Platform Development Cookbook by George Taskos

Xamarin Cross-Platform Development Cookbook by George Taskos

Author:George Taskos [Taskos, George]
Language: eng
Format: epub, azw3
Publisher: Packt Publishing
Published: 2016-03-27T22:00:00+00:00


See also

https://github.com/oysteinkrog/SQLite.Net-PCL

https://bitbucket.org/twincoders/sqlite-net-extensions

Creating a shared SQLite data access recipe in this chapter

Chapter 2, Declare Once, Visualize Everywhere

Chapter 7, Bind to the Data

Chapter 8, A List to View

Consuming REST web services

Almost all applications today connect to a server to persist data. Some are connected, meaning an active Internet connection is required, whereas others have only offline data, with a local database on the device. Many utilize a combination of offline-online applications with an implementation of data syncing.

In this recipe, we will demonstrate how to connect to a REST web service and perform CRUD operations in a connected architecture application.

REST (short for Representational State Transfer) is not a protocol or a specific implementation of a design pattern, but you can think of it as an architectural style that relies on a stateless, client-server, cacheable communications protocol, and in most of the cases the HTTP protocol is used. REST is the standard architectural style of most web services that you will see today.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.