Giter Site home page Giter Site logo

Comments (7)

arkivanov avatar arkivanov commented on May 26, 2024 1

Will be delivered in version 2.1.0

from mvikotlin.

arkivanov avatar arkivanov commented on May 26, 2024

Hi @ultraon and thanks for the feedback!

All those extensions were designed to be called only once for the lifetime, and so calling them from onStart on onResume is currently considered incorrect. But you are right, calling doOnStop from onStart or doOnPause from onResume actually makes sense.

What do you think about the following API?

inline fun Lifecycle.doOnStop(isOneOff: Boolean = false, crossinline onStop: () -> Unit) {
    // ...
}

If the isOneOff flag is set to true then the callback will be removed automatically. Maybe you can find a better name for the flag?

from mvikotlin.

ultraon avatar ultraon commented on May 26, 2024

Why do you think returning Disposable (or you can name it in another way) is worse? It is more flexible and controllable by a client side.

I can understand your intention in terms of KMM and extensions e.g. Reactive/Suspend, in this case I would agree with your suggestion, regarding naming I think you may also consider oneShot, oneTime (this term is used by Android WorkManager lib - OneTimeWorkRequest), singleCall, singleEvent.

from mvikotlin.

arkivanov avatar arkivanov commented on May 26, 2024

My intention here is to simplify as much as possible most common use cases. For advanced use cases there are main Lifecycle.subscribe and Lifecycle.unsubscribe methods. So you can either use it directly or add your own extensions.

from mvikotlin.

ultraon avatar ultraon commented on May 26, 2024

Yes, you are right, thanks for the hint!

from mvikotlin.

arkivanov avatar arkivanov commented on May 26, 2024

Alright, I will add the argument, thanks!

from mvikotlin.

arkivanov avatar arkivanov commented on May 26, 2024

Fixed via #259

from mvikotlin.

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.