https://kotlinlang.org logo
Join SlackCommunities
Powered by
# students
  • t

    therealbluepandabear

    04/04/2021, 12:13 AM
    set the channel description: Server for students who are Kotlin/Android devs
  • t

    therealbluepandabear

    04/04/2021, 12:14 AM
    set the channel description: Server for students who are Kotlin/Android developers! All students welcome!
  • t

    therealbluepandabear

    04/04/2021, 12:15 AM
    Welcome to #students 🙂 If you want to join my other channel #android-ui, please do so. All students are welcome to come and ask some Kotlin questions or share anything related to Kotlin.
  • t

    therealbluepandabear

    04/04/2021, 12:24 AM
    set the channel description: Server for students who are Kotlin/Android developers! All students welcome!
  • t

    therealbluepandabear

    04/04/2021, 2:46 AM
    how can I start an action after handler is finished in the code below: After the 300ms I want the buttons to be enabled
    Copy code
    Handler(Looper.getMainLooper()).postDelayed({ falseButton.isEnabled = false; trueButton.isEnabled = false }, 300)