Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hostly-org/hostly

Repository files navigation

hostly

Hostly

A .Net Core host style builder for Xamarin apps.

Build

Quickstart

See the Wiki for full documentation.

Install Packages

  1. Install Hostly
Install-Package Hostly -Version 1.1.2
  1. Install platform specific package

For Android:

Install-Package Hostly.Android -Version 1.1.2

For iOS:

Install-Package Hostly.iOS -Version 1.1.2

Run the Xamarin host builder in your activity (Android) Or app delegate (iOS):

new XamarinHostBuilder()
                .UseApplication<App>()
                .UseStartup<Startup>()
                .UsePlatform(this)
                .Build()
                .StartAsync().Wait();

About

.Net Core host style builder for Xamarin apps.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages