FragNav
FragNav copied to clipboard
An Android library for managing multiple stacks of fragments
I implement this "com.ncapdevi:frag-nav:3.3.0" in Kotlin dsl app build.gradle.kts but cannot found the code in main activity. Like this please how to fix it
In may this library won't be available from JCenter: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Please migrate this library to some other repository
### Story There's a known issue that if you use the hiding strategy on the fragment switch, the fragment's lifecycle won't be changed. However, there's a new [setMaxLifecycle](https://developer.android.com/reference/androidx/fragment/app/FragmentTransaction#setMaxLifecycle(androidx.fragment.app.Fragment,androidx.lifecycle.Lifecycle.State)) function been...
I was profiling my app and noticed that my closed dialog is not being garbage collected. Then I checked the references and found out that the FragNavController was holding a...
I'm working on a single activity app with multiple tabs and in one of my fragments I have a recyclerview full of products, How can I implement Shared Elements transition...
"WARNING - Keep in mind that using show and hide does not trigger the usual lifecycle events of the fragments" What strategy should I use to have the normal lifecycle...
Could you please provide some implementation in java? with some initialisation for FragNavController and some onBackPressed method? In specialy I'm interested in back navigation. I can't implement a back navigation...
I have root fragment in which contains list of elements with title and I want to send the objects of those list elements to second fragment that I push onto...
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...
# Stack trace: ```java.lang.RuntimeException: Unable to start activity ComponentInfo{com.********/com.********.ui.MainActivity}: androidx.fragment.app.Fragment$InstantiationException: Unable to instantiate fragment com.********.ui.PrivateOnlinePostsFragments: could not find Fragment constructor at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2904) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2986) at android.app.ActivityThread.-wrap11(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1671) at...