Creating Kanban Board using Xamarin.Forms

Creating Kanban Board using Xamarin.Forms

22 April 2021

.NET MAUI/Xamarin

Buy Me A Coffee

Hi there!

I devoted this week to creating a small utility - Kanban board. I will skip steps for creating a local database and will focus on Xamarin controls.

So let's create the app step by step:

  1. Create a blank Xamarin.Forms project

  2. Create models in the shared project

  • Card.cs

  • Column.cs

  • ColumnInfo.cs

  1. It's time to create a ViewModel. Create a new file MainPageViewModel.cs:

  1. Finally the UI part.

    1. Add base style and set the view model for the MainPage.

The result looks like this:

Drag & Drop

WIP is reached

The full source code is available on GitHub.

Buy Me A Coffee

Related:

Replicate a bank application UI using .NET MAUI

Replicate the Ukrainian Monobank application UI using .NET MAUI.

Adding custom action button to .NET MAUI Shell TabBar

The article demonstrates how to customize .NET MAUI Shell TabBar for Android and iOS/MacCatalyst platforms, offering step-by-step guidance, code examples, and a link to the GitHub repository containing full examples for practical usage.

An unhandled error has occurred. Reload

🗙