I got stucked and what I wanna do, is, after clicking on "Create new acc" another fragment(Fragment B) should appear above current one (Fragment A). If user click on "save" button, inserted information will be proccessed and fragment (Fragment B) has to be closed. For better illustration image is included.
How should I implement such a composition ? What is the best way to do that ? Thanks in advance.