gpt4 book ai didi

没有 Xamarin.Forms 的 Xamarin BeginInvokeOnMainThread

转载 作者:行者123 更新时间:2023-12-01 07:18:00 24 4
gpt4 key购买 nike

对不起,我敢肯定会变成一个非常愚蠢的问题..

我在 Xamarin 应用程序中使用 Android UI 而不是 Xamarin Forms 作为表示层,但我想使用 Activity.RunOnUIThread(来自 Android),所有 Xamarin 文档都建议使用 Device.BeginInvokeOnMainThread(来自 Xamarin.Forms)项目。显然我没有这个可用,因为我没有关于 xamarin.forms 项目的引用。

如果我不想使用 Forms,我在哪里可以找到 Xamarin 中的 run-on-ui-thread 机制?

最佳答案

安卓:
Android Activity s 有一个 RunOnUiThread 方法,您可以使用:

RunOnUiThread  ( () => {
// manipulate UI controls
});
引用: https://developer.xamarin.com/api/member/Android.App.Activity.RunOnUiThread/p/Java.Lang.IRunnable/
IOS:
InvokeOnMainThread (delegate {  
// manipulate UI controls
});

关于没有 Xamarin.Forms 的 Xamarin BeginInvokeOnMainThread,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36619293/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com