n9w i want to call one fragment to another than if i press back button than i will get previous fragment or not?
If you want to get revious fragment use intent. Intent intent =new Intent (source frag, destination frag)
call getsupportfragmentmanager.begintransaction.replace(something something).addtobackstack.commit
Обсуждают сегодня