Giter Site home page Giter Site logo

vervetacrm's Introduction

#VervetaCRM Demo (Xamarin.Forms)

VervetaCRM is a demo mobile CRM app for salespeople at a fictional office-supply company (named after the vervet monkey). The app lets salespeople track their sales performance, see their contacts, view customer location maps, and capture orders with user signatures.

Using Xamarin.Forms, over 90% code was re-used to create a native app for iOS, Android, and Windows Phone.

This video overview provides an overview of how the app was created and architected.

##Installation Instructions for viewing and compiling the code are available in the setup guide.

#Featured Technologies The demo app utilizes several technologies and frameworks to reflect a real-world mobile app architecture and maximum code re-use across mobile platforms:

##Xamarin.Forms MVVM Architecture: The app utilizes the MVVM architecture, using examples of both C# and XAML to define user views.

Custom Renderers: enable writing platform-specific (e.g. - iOS, Android) user interface code to take advantage of native OS UI capabilities.

Dependency Service: access native hardware features of the device such as phone and GPS.

##Components & Libraries

Signature Pad: Available from the Xamarin Component Store to capture and display user signatures. This component highlights Xamarin.Forms extensibility; using custom renderers, it was easy to consume the platform-specific signature pad components into the Xamarin.Forms shared UI code.

OxyPlot: An outstanding, open-source .NET-based plotting and charting library available as a Portable Class Library (PCL) via NuGet.

##Cloud & Mobile Architecture

Azure Mobile Services: The app uses Azure Mobile Services (AMS) as the cloud backend for authentication and data. It integrates with Azure Active Directory to create a consistent sign-on experience for mobile users. The AMS component simplifies the implementation and uses oAuth to both authenticate a user and provide a token.

Data is synchronized with an Azure SQL cloud database and a SQLite database that runs on the device โ€“ providing fast, offline data access and a consistent data access API.

#License

The source code for this project is open-source under an MIT license.

#Authors

Steven Yi, James Montemagno, Glenn Wester

vervetacrm's People

Contributors

conceptdev avatar stevenyix avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.