Read a large text file into Textview

后端 未结 4 1443
逝去的感伤
逝去的感伤 2021-01-03 00:03

I want to read large file from sdcard into text view. I have idea but i don\'t know how to apply.

I think this things need to use: Handler And Thread

But i d

4条回答
  •  有刺的猬
    2021-01-03 00:43

    UI can be updated by using this also:

    runOnUiThread(new Runnable() {
           @Override
           public void run() {
    
           }
    });
    

提交回复
热议问题