It's a question for Android handler.post

Asked 1 years ago, Updated 1 years ago, 99 views

                        handler.post(new Runnable() {
                                    @Override
                                    public void run() {
                                        tv.setText ("per test");
                                    }
                                });

I can't do the TV.setText part in this part, but why can't I do it?

android handler

2022-09-22 20:15

1 Answers

You have to tell me more specifically how no is no so that I can answer~ There are two cases that I can't think of.


2022-09-22 20:15

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.