Posts by Daniel Andre Carlos Candido • 13 points
1 post
-
1
votes2
answers1441
viewsQ: How to call a method of a Fragment in an Activity?
I need to use a Fragment method within an Activity, but I can’t pass a reference to that Activity. Can anyone help me? That’s the whole idea: public class MinhaFragment extends Fragment{ ...…