Posts by Leo Blume • 1 point
2 posts
-
0
votes1
answer67
viewsQ: ERROR: this - cannot be Applied to
error appears in the part of the code where I have "this" private void sendEmail() { //Getting content for email String email = editTextEmail.getText().toString().trim(); String subject =…
-
0
votes0
answers257
viewsQ: Checkbox android studio
How can I show my checkbox already marked with code recovered value. I was able to recover the value checkBox1 = (CheckBox) view.findViewById(R.id.check1); and saved in a var if…