I\'m designing UnitTest for little app. This app cout what numerology number You are using birth date. I have a problem, I what to invoke method which check number and put v
put the code where you set value to textview in a new thread;
Handler h=new Handler(); h.post(new Runnable() { public void run() { textView.setText(value); } });
Looks lile your textview is finInformation use that in run();