All Projects → xamarin → App Crm

xamarin / App Crm

Licence: mit

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].