xamarin/app-crm

Name: app-crm

Owner: Xamarin

Description: null

Created: 2015-09-15 20:04:12.0

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

Pushed: 2018-04-26 07:59:54.0

Homepage: null

Size: 116301

Language: C#

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Xamarin CRM

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.

Two ways to try it out:

1) You can download and build the app's source as-is, preconfigured to consume our Azure service instance.

OR

2) You can easily create your own fully-functional (but temporary) service instance via Microsoft's Azure App Service Try It Now experience: https://tryappservice.azure.com/en-us. Select 'Xamarin CRM' in step 2. The app source you download will be pre-configured to consume your automatically-created temporary Azure App Service instance. (Be aware that the mobile app source in the Try It Now experience may not be fully up to date. Use this repo for the latest source.)

Supported platforms: iOS and Android
The app architecture consists of two parts:
  1. A Xamarin.Forms mobile app for iOS and Android.
  2. A .NET Web API-backed Entity Framework based Azure Mobile Service for data.

The Azure Mobile Service does not need to be deployed by you. There is already an instance of the service up and running in Azure, and the mobile app is configured by default to consume that service instance. We've included the code for the service so that you may run your own service instance 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 data (.NET backend)
Setup Instructions Service API documentation: URL: https://xamarincrmv2dataservice.azure-mobile.net/help Credentials (for the catalog data service, NOT the app login):

Username: [empty] (literally an empty field)

Password: LHlKlRaUrMiFrElKVkaEZOTlunFAkF28


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.