Coder Social home page Coder Social logo

Comments (8)

java1developer avatar java1developer commented on May 18, 2024 2

fragmentTransaction.add() example: show progress as transparent fragment

from cicerone.

terrakok avatar terrakok commented on May 18, 2024 2

https://github.com/terrakok/Cicerone/releases/tag/v5.1.0

from cicerone.

inwady avatar inwady commented on May 18, 2024 1

I need to use library which requires #add instead of #replace. I added crutches to change logic for fragmentTransaction.add() because things such as checkAndStartActivity, localStackCopy are private.

from cicerone.

terrakok avatar terrakok commented on May 18, 2024

Hi! Thanks for proposal)
Cicerone is pragmatic library. Replace fragment is more frequently operation than add. I don't wont that library contains much solutions for all cases.
But navigator API is easy for extends)

What do you think?

from cicerone.

azurh avatar azurh commented on May 18, 2024

@terrakok

Thanks for your response.

The navigator API is indeed easy to extend (like setupFragmentTransactionAnimation()), but unfortunately not in terms of altering the FragmentTransaction parameters like choosing between replace or add, except making local copies of SupportFragmentNavigator and SupportAppNavigator, which I have done, but it's a hacky solution IMHO.

I would be happy to issue a PR which will tackle this feature, but I understand that you don't want to bloat the simplicity of Cicerone.

Do you have an advice on how to persist the fragment UI and data, in a way that the Fragment instance would't be cleared (and the data wouldn't be downloaded again) — when going back, while still using FragmentTransaction#replace()?

from cicerone.

terrakok avatar terrakok commented on May 18, 2024

When you replaced fragment, it didn't destroyed , only views were cleared . FragmentManager saved fragment instance

from cicerone.

terrakok avatar terrakok commented on May 18, 2024

Progress is not screen for navigation chain! 😱

from cicerone.

terrakok avatar terrakok commented on May 18, 2024

#101

from cicerone.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.