Skip to content

Commit 9ec4310

Browse files
committed
Updated mobile apps documentation
1 parent c8583b7 commit 9ec4310

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

302 KB
Loading

src/Mobile/README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
eShopOnContainers is a reference app whose imagined purpose is to serve the mobile workforce of a fictitious company that sells products. The app allow to manage the catalog, view products, manage the basket and the orders.
44

5-
<img src="Images/Preview.png" alt="eShopOnContainers" Width="320" />
5+
<img src="Images/eShopOnContainers_Architecture_Diagram.png" alt="eShopOnContainers" Width="800" />
66

77
###Try it out:
88
You can download and build the app's source as-is, preconfigured to consume our Azure service instance.
@@ -47,12 +47,25 @@ The app targets **three** platforms:
4747
* UWP supported only in Visual Studio, not Xamarin Studio
4848

4949

50-
As of 29/11/2016, eShopOnContainers features **89.2% code share** (7.2% iOS / 16.7% Android / 8.7% Windows).
50+
As of 19/12/2016, eShopOnContainers features **89.2% code share** (7.2% iOS / 16.7% Android / 8.7% Windows).
51+
52+
##Licenses
53+
54+
This project uses some third-party assets with a license that requires attribution:
55+
56+
- [Xamarin.Plugins](https://github.com/jamesmontemagno/Xamarin.Plugins): by James Montemagno
57+
- [FFImageLoading](https://github.com/daniel-luberda/FFImageLoading): by Daniel Luberda
58+
- [ACR User Dialogs](https://github.com/aritchie/userdialogs): by Allan Ritchie
59+
- [Xamarin.Forms Animation Helpers](https://github.com/jsuarezruiz/Xamanimation): by Javier Suárez
60+
- [SlideOverKit](https://github.com/XAM-Consulting/SlideOverKit): by XAM-Consulting
5161

5262
## Requirements
63+
### Requirements for Dec. 2016 version of eShopOnContainers
64+
5365
* [Visual Studio __2015__](https://www.visualstudio.com/en-us/products/vs-2015-product-editions.aspx) (14.0 or higher) to compile C# 6 langage features (or Visual Studio MacOS)
5466
* Xamarin add-ons for Visual Studio (available via the Visual Studio installer)
5567
* __Visual Studio Community Edition is fully supported!__
68+
* Android SDK Tools 25.2.3 or higher
5669

5770
## Setup
5871

0 commit comments

Comments
 (0)