Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 794 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 794 Bytes

Core Framework - Template - Examples

This repository is the next evolution in CommonCore; simply called Core. Instead of using nuget to install the various packets and then manually setting up the project, this repository will provide solution templates that will kick things off.

  • Template: Contains a blank Solution with a single page and starter files and folders initialized to be used in Visual Studio for Mac.
  • CommonCore Projects: Contains the shared projects for Core and extensions like SQlite, LiteDb and Fonts.
  • Examples: Contains examples of how to use Core and the extensions.

(NOTE) The template and examples require that you include Xamarin.Forms.Core shared project in order to compile and run.

(Tutorial)