Xamarin Forms thread background

Nort ⠀
671
Reputation points
When I click on the button, my interface is blocked because the page is loading. How do I prevent my interface from blocking and loading in the background?
I tried to do this with streams and async methods.
I mainly used:
Activity.RunOnUiThread
A task
I couldn't solve it, but I know that the solution is near, you just need to choose the right path.
I need to implement for Android and iOS.
Your help is very important to me, because any answer can help me.
The way I see the result:
- Pressing a button (navigate to another page)
- Opening this page without blocking the interface
- Loading information in the background
- Automatic output of the loaded information to the page, without blocking the interface
- Loading in real time or download indexer (ActivityIndicator), and then display the complete loaded information.
Developer technologies | .NET | Xamarin
5,381 questions
Developer technologies | C#
11,578 questions
Sign in to answer