Creating ToDo

First, create a cross platform project from scratch. Name it with ToDo.

// inside app.xaml.cs

public App ()
{
    InitializeComponent();

    MainPage = new NavigationPage(new CreatePage());
}

results matching ""

    No results matching ""