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
UI can be updated by using this also:
runOnUiThread(new Runnable() { @Override public void run() { } });