Android Studio无法在Fragment类和Thread之间传递TextView对象。
创始人
2024-08-18 02:00:17
0

在Android Studio中,无法直接在Fragment类和Thread之间传递TextView对象,因为UI操作必须在主线程中进行,而Thread是在后台线程中执行的。

要解决这个问题,可以使用Handler或者runOnUiThread方法来在主线程中更新TextView的值。

下面是使用Handler的示例代码:

public class MyFragment extends Fragment {
    private TextView textView;
    private Handler handler;

    @Override
    public View onCreateView(LayoutInflater inflater, ViewGroup container,
                             Bundle savedInstanceState) {
        View view = inflater.inflate(R.layout.fragment_my, container, false);

        textView = view.findViewById(R.id.textView);
        handler = new Handler();

        // 在后台线程中执行耗时操作
        new Thread(new Runnable() {
            @Override
            public void run() {
                // 模拟耗时操作
                try {
                    Thread.sleep(2000);
                } catch (InterruptedException e) {
                    e.printStackTrace();
                }

                // 在主线程中更新TextView的值
                handler.post(new Runnable() {
                    @Override
                    public void run() {
                        textView.setText("更新后的值");
                    }
                });
            }
        }).start();

        return view;
    }
}

上面的示例中,首先在onCreateView方法中获取TextView对象和Handler对象。然后,在后台线程中执行耗时操作,在耗时操作完成后,通过Handler的post方法在主线程中更新TextView的值。

另一种解决方法是使用runOnUiThread方法,示例代码如下:

public class MyFragment extends Fragment {
    private TextView textView;

    @Override
    public View onCreateView(LayoutInflater inflater, ViewGroup container,
                             Bundle savedInstanceState) {
        View view = inflater.inflate(R.layout.fragment_my, container, false);

        textView = view.findViewById(R.id.textView);

        // 在后台线程中执行耗时操作
        new Thread(new Runnable() {
            @Override
            public void run() {
                // 模拟耗时操作
                try {
                    Thread.sleep(2000);
                } catch (InterruptedException e) {
                    e.printStackTrace();
                }

                // 在主线程中更新TextView的值
                getActivity().runOnUiThread(new Runnable() {
                    @Override
                    public void run() {
                        textView.setText("更新后的值");
                    }
                });
            }
        }).start();

        return view;
    }
}

在这个示例中,也是在后台线程中执行耗时操作,然后通过getActivity().runOnUiThread方法在主线程中更新TextView的值。

无论是使用Handler还是runOnUiThread方法,都可以在后台线程中更新TextView的值,解决在Fragment类和Thread之间传递TextView对象的问题。

相关内容

热门资讯

透视好友!wejoker辅助脚... 透视好友!wejoker辅助脚本,we poker辅助器v3.3,手段教程(都是是真的挂)-哔哩哔哩...
透视后台!hhpoker是真的... 透视后台!hhpoker是真的还是假的(透视)开挂辅助技巧(一直真的是有挂)-哔哩哔哩1、游戏颠覆性...
透视真的!wpk德州局怎么透视... 透视真的!wpk德州局怎么透视,智星菠萝可以辅助吗,诀窍教程(本来是真的挂)-哔哩哔哩1、这是跨平台...
透视代打!hhpoker破解工... 透视代打!hhpoker破解工具(透视)开挂辅助神器(切实存在有挂)-哔哩哔哩1、全新机制【hhpo...
透视好牌!菠萝辅助器免费版的特... 透视好牌!菠萝辅助器免费版的特点,hhpoker透视脚本,教程书教程(都是是有挂)-哔哩哔哩1、每一...
透视开挂!hhpoker有没有... 透视开挂!hhpoker有没有辅助挂(透视)开挂辅助插件(确实真的有挂)-哔哩哔哩在进入hhpoke...
透视软件!wpk辅助购买,we... 您好,wepoker是不是有人用挂这款游戏可以开挂的,确实是有挂的,需要了解加去威信【1367043...
透视教程!wpk官网下载链接(... 透视教程!wpk官网下载链接(透视)开挂辅助挂(一直是有挂)-哔哩哔哩;1、透视教程!wpk官网下载...
透视透视!模拟器打开hhpok... 透视透视!模拟器打开hhpoker,哈糖大菠萝辅助器,手册教程(本来有挂)-哔哩哔哩1、超多福利:超...
透视德州版!hardrock辅... 透视德州版!hardrock辅助(透视)开挂辅助插件(确实有挂)-哔哩哔哩1)hardrock辅助辅...