C#C
C#14mo ago
TJacken

Avalonia UI what I need to learn?

Hi I want to create desktop app using Avalonia I'm having experience with WinForms.

I need to create application which fetch categories (simple list of Category objects class contains prop Name and IsSelected) using api and render list of categories, categories are dynamically shown (not hardcoded list).

Add button which will run operation to process selected categories. Also I need to show loading indicator when I'm waiting to fetch data, when data are presented hide loader indicator.

Is it good to set api call in modelview constructor? How should I handle this? If I have boolean value IsLoading how view should be triggered?

Can you recommand some resouces with above questions? So I can create simple app using Avalonia 🙂
Was this page helpful?