-
Updated
Jun 20, 2020 - Kotlin
fragments
Here are 558 public repositories matching this topic...
-
Updated
Jul 10, 2020 - TypeScript
-
Updated
Sep 18, 2019 - Java
Eg: Suppose there is an activity stack of A -> B -> C -> D. If we launch activity B again with the launch mode as “singleTask”.
should be updated to
Eg: Suppose there is an activity stack of A -> B -> C -> D. If we launch activity D again with the launch mode as “singleInstance”.
-
Updated
Jul 8, 2020 - Kotlin
-
Updated
May 9, 2020 - JavaScript
-
Updated
Jul 2, 2020 - Java
-
Updated
Jun 23, 2020 - Kotlin
Difficult to describe this issue clearly. Currently the library generates strings for the items so that DiffUtils can compare and only update items that have visually changed. I got into this habit since I think it's what the DiffUtil documentation uses! As @Robyer mentions in issue #77, this isn't a great way of checking - it would be much more efficient to create equals-like functions.
This o
There are 13 examples and some of them are inherited from android/architecture-samples, therefore ridden with notorious practices. And as they are in my repo, one could think that they represent the library.
I expect I should:
examples subfolder
tutorials subfolde
-
Updated
Mar 11, 2020 - Kotlin
-
Updated
Sep 5, 2017 - Java
-
Updated
Aug 28, 2019 - Kotlin
-
Updated
May 3, 2020 - Java
-
Updated
Jul 10, 2020 - TypeScript
-
Updated
Dec 5, 2019 - Java
-
Updated
Jul 9, 2019 - Java
-
Updated
Jul 1, 2020 - Kotlin
-
Updated
Jun 27, 2018 - Java
-
Updated
Jul 2, 2020 - Java
-
Updated
Jul 21, 2017 - Python
-
Updated
Jun 12, 2018 - Java
Improve this page
Add a description, image, and links to the fragments topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fragments topic, visit your repo's landing page and select "manage topics."
Okay, I have 2 screens: A, B;
My steps:
I open 'A' screen by clicking at item of BottomNavigationView -> router.newRootScreen()
I open 'B' screen by clicking button inside 'A' screen -> router.replaceScreen()
I clicks at the same item of BottomNavigationView like at 1st step and g