ncapdevi / FragNav

An Android library for managing multiple stacks of fragments
1.5k stars 210 forks source link

How can i push fragment like iOS modal presentation ? #241

Open skyberk opened 3 years ago

skyberk commented 3 years ago

First of all, thank you for giving this powerful library to us.

I am trying to achieve that pushing fragment like iOS modal at following image link. But the library removing current fragment before pushing. I haven't found fit fragment hide strategy to apply.

https://developer.apple.com/library/archive/featuredarticles/ViewControllerPGforiPhoneOS/Art/VCPG_SlideTransition_fig_8-1_2x.png

Maybe i am missing something. Should i show this modal with DialogFragment ? How can i push fragment without removing current one ? Also removing fragment after pushing would be acceptable animation appearance.