Posts by Matheus • 1 point
1 post
-
-1
votes2
answers684
viewsA: How to pass data from one fragment to another
Giving error in frag2 "error: cannot find Symbol variable RESULT" Follows frag1 and frag2 code... public class frag1 extends Fragment { private EditText campo1, campo2; private TextView campo3;…