-
OK, so the main problem here, is that using the sample code, all fragments are created to ON RESUME State, so this means if I have 5 fragments with networking on behind or with another stuff the calls…
-
I'm still touching the surface about this whole micro frontend and Tailor thing. But i'm curious on how to handle additional routes / pages with this approach?
* Do we add react-router, for example…
-
It's a nice sample you have here bro... Well done.. So I noticed a few things.
First, you didn't handle back button for the fragment; so how would you go about it?
Also, In a situation where th…
-
There is some inconsistency in the slide animation during navigation of the fragments in the `BaseMainActivity`. For some cases, the navigation is abrupt and no sliding animation appears. This is main…
-
Hi,
Looking through the wiki, more specifically "MvRx at Airbnb" page, I found some things that look really useful and convenient, namely the `Fragments`/`MvRxFragments ` class for easy registering…
-
Throws the following exception
06-14 18:52:59.176 17502-17502/org.eyeseetea.surveillance_cnm_dev I/System.out: Exception info: Error loading new survey, null navigation controllerAttempt to invoke vir…
-
using these 2 property and the Navigation components library, the LinearProgressIndicator not showed in fragments that aren't set as "start fragment" in navigation_graph
-
## Steps to reproduce
*1: Create application with Navigation component (NavGraph and BottomNavigationView)*
*2: Create two fragments for Each tab of BottomNavigationView (HomeFragment & ListFragment…
-
# Description
Suggestion from Mark Baggett at University of Tennessee. Their manifests express URL time fragments in the structure using the timedate format instead of just seconds. This does not work…
-
## What feature would you like to see?
Many developers have moved from activities and fragments to compose. Compose usually has 1 activity, no fragments and internal navigation using composables. I…