Posts by João Gabriel • 11 points
2 posts
-
1
votes1
answer26
viewsA: textView does not change text
To work, you need to give the Return in the view, not the inflate, getting: textView.setText(userkey); // Inflate the layout for this fragment return view;}
-
0
votes1
answer26
viewsQ: textView does not change text
I created a Fragment in Android Studio, and in this Fragment there is an imageView and a textView which I want to edit by code. but the two do not change... public class HomeFragment extends…