I use fragment , and I open another view in the same fragment that it opens correctly. But the problem is that I canβt get it, how to return to the first form.
If I call fragment object of the first fragment, it deletes the old value, which is similar to Edittext or other data.
Can anyone help me?
It works like
I call the first fragment of the fragone name and paste some value into this in the Edittext , now I want to open another view using the fragment in the same named fragment, Now I want to switch to fragone, so what can I do for that ????
android android-fragments
Yog guru
source share