Bojan Dolić
Newbie
Hello.
I made couple of checkboxes,edittexts and textviews.
When I enable checkboxes I set edittexts to be visible like this.
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.
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.