xamarin/demo-xamarincrm

Name: demo-xamarincrm

Owner: Xamarin

Description: null

Created: 2015-08-21 20:13:39.0

Updated: 2018-05-24 10:37:59.0

Pushed: 2015-09-24 19:47:06.0

Homepage: null

Size: 91246

Language: C#

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Xamarin CRM

(a Xamarin.Forms demo)

Xamarin CRM is a demo app whose imagined purpose is to serve the mobile workforce of a fictitious company that sells 3D printer hardware and supplies. The app empowers salespeople to track their sales performance, manage leads, view their contacts, manage orders, and browse the product catalog.

App screenshot collage

Supported platforms: iOS and Android The app architecture consists of three parts:
  1. A Xamarin.Forms mobile app for iOS and Android.
  2. A javascript-backed Azure Mobile Service (Azure REST API) for customer and order data.
  3. A .NET Web API-backed Entity Framework based Azure Mobile Service for product catalog data.

The Azure Mobile Services (2 & 3) do not need to be deployed by you. There is already an instance of each of those services up and running in Azure, and the mobile app is configured by default to consume those service instances. We've included the code for those services so that you may run your own service instances on Azure if you'd like.

Xamarin.Forms app (Xamarin CRM)
Setup Instructions Install the app NOW without building from source code (coming soon) Featured technologies Highlights Over 95% shared code between platforms:

Over 95% shared code

Natively rendered controls:

Natively rendered controls

OAuth authentication using Microsoft's ADAL (Active Directory Authentication Library):

ADAL OAuth authentication

Beautiful charts with Syncfusion Essential Studio:

Syncfusion charts

Native mapping on each platform:

Native mapping

Easy list views with data-binding:

Easy list data-binding

Azure Mobile Service for product catalog data (.NET backend)
Setup Xamarin CRM Azure Mobile App Service for product catalog data Service API documentation: URL: https://xamarincrmv2-catalogdataservice.azure-mobile.net/help Credentials (for the catalog data service, NOT the app login):

Username: [empty] (literally an empty field)

Password: IibptMvpFmJRBisbVyiCheBukYjzsD75

Azure Mobile Service for customer data (javascript backend)
Setup Instructions (coming soon)

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.