Posts by Rosilene • 63 points
2 posts
-
4
votes1
answer1039
viewsQ: How to pass the Edittext value of a Fragment to the Textview of another Fragment?
I have a Fragment that contains an Edittext in which the user will enter his name. In another Fragment is Textview which will receive the name typed in the previous Fragment. Fragment Edit (where…
-
1
votes1
answer414
viewsQ: Problems when passing a data from an Edittext in a Fragment to a Textview in another Fragment
I have a Fragment containing a Edittext in which the user will enter his name. In another Fragment is the Textview that will receive the name typed in Fragment previous. Fragment Edit (where the…