How to update the TextView in android using Multithreading in android

后端 未结 0 1069
刺人心
刺人心 2021-01-17 03:15
public class MainActivity extends Activity implements Runnable{
final TextView txtCounter = (TextView)findViewById(R.id.counter);
Thread mythread;
int i = 0;
boolean         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题