Skip to content
#

fragments

Here are 535 public repositories matching this topic...

altair
travigd
travigd commented Mar 29, 2020

Is your feature request related to a problem? Please describe.
Sometimes I have related models and I mention them in descriptions. This occurs fairly frequently when I have related models.

For example, I might have a separate Account and Profile types, and the description for Profile might be something like

Public-facing information about an `Account`.

It'd be awesome f

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

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.