Skip to content
#

fragments

Here are 558 public repositories matching this topic...

SWRHARD
SWRHARD commented Apr 26, 2019

Okay, I have 2 screens: A, B;

  1. 'A' screen opening by BottomNavigationView;
  2. 'B' screen opening inside screen 'A';

My steps:

  1. I open 'A' screen by clicking at item of BottomNavigationView -> router.newRootScreen()

  2. I open 'B' screen by clicking button inside 'A' screen -> router.replaceScreen()

  3. I clicks at the same item of BottomNavigationView like at 1st step and g

daniel-stoneuk
daniel-stoneuk commented Nov 25, 2018

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

Zhuinden
Zhuinden commented Apr 21, 2020

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:

1.) move all examples into some examples subfolder

2.) try to bring the https://github.com/Zhuinden/simple-stack-tutorials repo into a tutorials subfolde

Improve this page

Add a description, image, and links to the fragments topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fragments topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.