2
I have two fragments attached to my Victoria.
My doubt is, how I initialize an element that is in another fragment?
In a fragment, to access Activity I use the code
Textview tv = getActivity().findViewById(R.id.tv);
this works, but is to start one that is connected to the fragment and not Activity ???