Xamarin forms shopping cart by replacing toolbar item.
Platform | Build status |
---|---|
Android build | |
iOS build |
This code explaines how to add badge for the toolbar item using xamarin forms. Here it follows MVVM pattern. Persistence storage is done by using Settings plugin. MVVM helpers nuget is used. Here default navigation bar is hidden and custom navigation bar is used, refer this link for more information. Xamarin forms messaging center is used for presenting and hiding navigation drawer. FFImageLoading is used for image cashing and image loading placeholder. This code also explains simple chat user interface.
Here cart page uses persistent storage, second page shows getting data from web service and displaying it in list view and third page uses local SQLite database to insert, edit, retrieve and delete records.
This project uses Visual Studio App Center for crash reporting and analytics, which require iOS and android App secret which need to be generated in app center and to be placed here. This project uses Visual Studio App Center builds, status of the builds will be shown in README.md file.
Visual Studio 2019 or Visual Studio for Mac with Xamarin.
Clone this repository and open ShoppingCarts.sln with Visual Studio or Visual Studio for Mac.
- Visual Studio 2019 with Xamarin - IDE used
- Visual Studio App Center - Build Management
- Leslie Correa - Contributor - LeslieCorrea
This project is licensed under the MIT License - see the LICENSE.md file for details.