• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Textview does not update its text

Hello.

I made couple of checkboxes,edittexts and textviews.

When I enable checkboxes I set edittexts to be visible like this.
Java:
strujaSekundar_edittext.setEnabled(true);
strujaSekundar_edittext.setVisibility(View.VISIBLE);

I have one button and when I enter some numbers in edittext and press that button,textview should for example show sum of numbers entered in edittext but it does not.It wont update until I click on one of the edittexts.
When I click and keyboard shows my textview updates.
 
Back
Top Bottom