Skip to content

A Startup project template for creating a new xamarin apps.

Notifications You must be signed in to change notification settings

balbarak/xamarin-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Xamarin Forms App Boilerplate

A Startup project template for creating a new xamarin forms app.

|

Introduction

This project include the followings out of the box !

  • Sqlite using Entity Framework with Migration Projct
  • MVVM Design Pattern
  • Dependency Injection Design Pattern
  • Forms Validation
  • Request Permission Handling
  • Svg Icons
  • Font Icons
  • Tabs
  • Portlet
  • Shell with Flyout
  • Theme and Style
  • Multi Languages
  • RTL Support
  • Modals
  • Button Icons
  • Custom Controls such as CheckBox and Switch

Getting Started

Requiremnts

  • .NET Core 3.1
  • Visual Studio 2019

Installation

To create a new project simply open your cmd or terminal and do the followings

  • git clone https://github.com/balbarak/xamarin-app-template.git

  • dotnet new -i (PathToSrcFolder)

    • Example:
    • dotnet new -i C:\Repos\C:\Repos\xamarin-app-template\src
  • dotnet new mobileApp -n (NameOfTheProject)

    • Example:
    • dotnet new mobileApp -n FirstApp

Acknowledgements

This project using the followings plugins

About

A Startup project template for creating a new xamarin apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages