Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

xamarin/demo-xamarincrm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

#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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published