Avoid UI freezing in MAUI

Jassim Al Rahma 1,611 Reputation points
2022-12-02T15:10:07.693+00:00

Hi,

When running long-time code on MAU, what is the best way to avoid UI freezing?

Thanks,
Jassim

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,078 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,418 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 74,851 Reputation points
    2022-12-02T19:03:04.56+00:00

    use a thread and process in background.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.