Coder Social home page Coder Social logo

Comments (4)

alexjlockwood avatar alexjlockwood commented on July 20, 2024

No problem! I'm not sure if this is a bug in the tutorial or the framework implementation... it seems like a lot of people have the same issue and that it is more likely a problem with the framework though. Have you tried Google searching "onLoadFinished called twice"?

from adp-applistloader.

feresr avatar feresr commented on July 20, 2024

I have, and doing the following works!

"You can put the initLoader() method inside your Fragment's onResume() callback; then the Loader's onLoadFinished() will not be called twice anymore."

I have no idea why though. It should behave the same. It must have something to do with the way the loader manager works behind the curtains.

Anyways, thanks for your reply and for this example

http://stackoverflow.com/questions/11293441/android-loadercallbacks-onloadfinished-called-twice

from adp-applistloader.

alexjlockwood avatar alexjlockwood commented on July 20, 2024

Hmm... all of the documentation (and the Google I/O source code) call initLoader() inside the Activity/Fragment's onCreate() method, so I'm not sure what's going on there. Glad you figured out a solution though! In the sample app's case, whether or not onLoadFinished() is called twice doesn't really matter (I imagine the first time the method is called is when the loader is first initialized with null data and the second time is when the loader receives the asynchronously loaded data from the AsyncTaskLoader).

from adp-applistloader.

o-nos avatar o-nos commented on July 20, 2024

Super! Thank you a lot.
I haven't found any solution for a bug on stackovewflow and tried your both variants. For me Alexs' one with fragents' onCreate() method helped.

from adp-applistloader.

Related Issues (2)

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.