Skip to content

Add fragment transaction behaviour

Pre-release
Pre-release
Compare
Choose a tag to compare
@iammert iammert released this 09 Nov 13:24
· 206 commits to master since this release
083032b

Configuration can take a NavigatorTransaction parameter to change fragment transaction behavior.

You can attach/detach a fragment, or hide/show behavior on that fragment.

Attention: Don't use hide/show behavior in all your fragments or as a default behavior. All hidden fragments are still attached to the fragment lifecycle and keep all the views in the memory. You can get a memory issue in your application.