Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 932 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 932 Bytes

Field Engineer Lite

Field Engineer Lite is a small Azure Mobile Services sample presented at Xamarin Evolve 2014. It is based on Field Engineer, an official Mobile Services sample available on MSDN code gallery.

The sample consists of Xamarin.Forms based iOS and Android clients and a .NET server side project for publishing to Mobile Services.

iOS Screenshot Android Screenshot

Client Setup

By default, when you run the client sample it will be configured to use an existing Mobile Service, but you can easily point it at your own mobile service by updating the JobService.cs file.

Server Setup

You can run the .NET server project locally or by publishing it to a mobile service. See the SQLDBSetup.sql script for more information on setting up the database.