Giter Site home page Giter Site logo

xamarin-azure-demo's Introduction

Xamarin Azure Demo

Xamarin.Forms project for learning purpose, still under development.

Build & Try

You can build the solution and run Android.Xamarin App using those users “userOrders” “emptyUser”

Pages

Login Product Catalog Add to Cart Cart
alt text alt text alt text alt text

Menu

alt text

Purchasing cycle functionalities

Business Details
Login online / offline with input validation Online to get the user id.
List products (offline sync) Get products from the API
Display product details to add to cart
List cart items and submit to API

3rd parties:

  • MVVM Light
  • Automapper
  • Xam Plugin Connectivity
  • FontAwesome

Projects

  • Mobile app
    • Xamarin.Forms 3.5 into .Net Standard project (2.0)
    • Xamarin.Android
    • Xamarin.IOS
  • EShope Mobile backend: Web API project (.Net Framework 4.7.2)
  • EShope Admin: .Net Core (2.2) run Angular with SignalR

Custom Views

  • Shopping Bar
  • Menu

Succeed Techniques to render shopping bar view:

  • Direct composition in the base view
  • ControlTemplate & ContentPresenter

Xamarin.Forms skeleton

Pages design

View Model Layer & Validation design (Attribute-based)

Interfaces Overview

  • IDialogService
  • INavigattionService
  • IMapper
  • IAPIConsumer
  • IConnectinoService
  • IProductService
  • IOrderService
  • IAuthenticationService

Database design

SQL Server with Entity Framework (Code First with Migrations)

Mobile backend Endpoints

Endpoint URL
List Products http://eshopemobile.azurewebsites.net/tables/product?ZUMO-API-VERSION=2.0.0
List Users https://eshopemobile.azurewebsites.net/api/users?ZUMO-API-VERSION=2.0.0
User Orders http://eshopemobile.azurewebsites.net/tables/order?ZUMO-API-VERSION=2.0.0&userId=32eb7603-8179-4774-8f02-133060e0196d

EShope Admin

Streaming new orders: https://eshopeadmin.azurewebsites.net/orders

Azure Arch

xamarin-azure-demo's People

Contributors

abdoemad avatar

Watchers

James Cloos 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.