-
The Preferences / Settings fragment allows users to change their preferred unit of measurement for temperature values, but this doesn't impact what is displayed on screen.
-
## đź’¬ Questions and Help
Hi all,
I have a quick question regarding caching of view models.
I have an activity which is using a BottomNavigationView in order to display 4 different fragments.
…
-
## 🤷‍♂️ Description
- Android Navigation bottom bar fragment changing error
## đź“ť Primary Commits
- [x] define error
- [ ] solution
-
I know Uber people are busy. But are there any plans to make further improvements to RIBs? Its getting pretty inactive nowadays
-
### Description:
Develop a bottom navigation menu for the entrant interface, providing access to core event features.
### Acceptance Criteria:
The bottom navigation menu allows user to switch between…
-
I think it's the first case, fragments, the correct mode was any MenuItem call a update of the master fragment.
If the correct mode was with activity, i think it's necessary have a master activity an…
-
Reported by JCR:
- Remove a key inside the stack
``` kotlin
val desiredKeyToRemove = backstack.getHistory()
.firstOrNull { it::class == keyToReplace }
if (desiredKeyToRemov…
-
And https://drafts.csswg.org/cssom-view/#scroll-an-element-into-view which is used by `scrollIntoView()`, [`focus()`](https://html.spec.whatwg.org/multipage/interaction.html#dom-focus), [`scrollPathIn…
-
I am using FlexibleSpaceWithImageScrollViewActivity from this library.The problem is I have to stop this at some point so that the content after the image should scroll and image looks with overlay …
-
The following link points to a sample code that demonstrates an issue when navigating from a fragment containing TabPageIndicator (tabs) to another fragment and then tapping on the back button to navi…