Skip to content

Arksutw/app-crm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 92.6%
  • Roff 7.4%