Cancelling Coroutines in Kotlin
#kotlin #coroutinesinkotlin #cancellingcoroutines #kotlindevelopment #kotlintutorial #kotlinextensionfunctions #kotlintasks #kotlinoperator
https://hackernoon.com/cancelling-coroutines-in-kotlin
#kotlin #coroutinesinkotlin #cancellingcoroutines #kotlindevelopment #kotlintutorial #kotlinextensionfunctions #kotlintasks #kotlinoperator
https://hackernoon.com/cancelling-coroutines-in-kotlin
Hackernoon
Cancelling Coroutines in Kotlin | HackerNoon
Sometimes we need to close some thread, and we can't just kill the thread as we need to free resources and close connections.
Logical Tasks With Kotlin Lists
#kotlin #kotlinlists #kotlinoperator #trainingtasks #logicaltasks #kotlintasks #listoperators #kotlindevelopment
https://hackernoon.com/logical-tasks-with-kotlin-lists
#kotlin #kotlinlists #kotlinoperator #trainingtasks #logicaltasks #kotlintasks #listoperators #kotlindevelopment
https://hackernoon.com/logical-tasks-with-kotlin-lists
Hackernoon
Logical Tasks With Kotlin Lists | HackerNoon
When developing in kotlin, I very often have to use lists (List, MutableList) and operators for them.
Fundamental Coroutine Aspects in Kotlin
#kotlin #android #androidappdevelopment #androiddevelopment #androidstudio #androidapp #kotlindevelopment #softwaredevelopment
https://hackernoon.com/fundamental-coroutine-aspects-in-kotlin
#kotlin #android #androidappdevelopment #androiddevelopment #androidstudio #androidapp #kotlindevelopment #softwaredevelopment
https://hackernoon.com/fundamental-coroutine-aspects-in-kotlin
Hackernoon
Fundamental Coroutine Aspects in Kotlin | HackerNoon
Coroutines are lightweight threads providing better use of apps they are operating on.
IP Address Restoration in Kotlin
#ipaddress #kotlin #kotlindevelopment #leetcodepractice #leetcode #webdevelopment #webdev #coding
https://hackernoon.com/ip-address-restoration-in-kotlin
#ipaddress #kotlin #kotlindevelopment #leetcodepractice #leetcode #webdevelopment #webdev #coding
https://hackernoon.com/ip-address-restoration-in-kotlin
Hackernoon
IP Address Restoration in Kotlin | HackerNoon
This post is about providing a solution in Kotlin for finding all valid IP addresses that can be formed by inserting dots into a given string of digits.
How to Develop a DSL in Kotlin
#kotlin #kotlindsl #kotlindevelopment #businessprocessautomation #businessprocess #kotlinoperator #kotlinextensionfunctions #hackernoontopstory #hackernoones #hackernoonhi #hackernoonzh #hackernoonfr #hackernoonbn #hackernoonru #hackernoonvi #hackernoonpt #hackernoonja #hackernoonde #hackernoonko #hackernoontr
https://hackernoon.com/how-develop-a-dsl-in-kotlin
#kotlin #kotlindsl #kotlindevelopment #businessprocessautomation #businessprocess #kotlinoperator #kotlinextensionfunctions #hackernoontopstory #hackernoones #hackernoonhi #hackernoonzh #hackernoonfr #hackernoonbn #hackernoonru #hackernoonvi #hackernoonpt #hackernoonja #hackernoonde #hackernoonko #hackernoontr
https://hackernoon.com/how-develop-a-dsl-in-kotlin
Hackernoon
How to Develop a DSL in Kotlin
This article describes how to develop Domain-specific language in Kotlin. The business process description language is considered as an example.
The Avalanche Algorithm — How To Calculate the Maximum Possible Path in a Binary Tree
#dailycodingproblem #avalanchealgorithm #codingskills #binarytree #kotlindevelopment #dynamicprogramming #trianglepathproblem #maxpathinabinarytree
https://hackernoon.com/the-avalanche-algorithm-how-to-calculate-the-maximum-possible-path-in-a-binary-tree
#dailycodingproblem #avalanchealgorithm #codingskills #binarytree #kotlindevelopment #dynamicprogramming #trianglepathproblem #maxpathinabinarytree
https://hackernoon.com/the-avalanche-algorithm-how-to-calculate-the-maximum-possible-path-in-a-binary-tree
Hackernoon
The Avalanche Algorithm — How To Calculate the Maximum Possible Path in a Binary Tree | HackerNoon
In this article we try to calculate the maximum possible path in a binary tree, describing a more efficient method than the brute force solution.
Solving the Mysterious Kotlin - How to Decode Kotlin
#kotlin #kotlindevelopment #nullability #nullsafety #immutability #delegates #usesitetargetkotlin #kotlinforbeginners
https://hackernoon.com/solving-the-mysterious-koitlin-how-to-decode-kotlin
#kotlin #kotlindevelopment #nullability #nullsafety #immutability #delegates #usesitetargetkotlin #kotlinforbeginners
https://hackernoon.com/solving-the-mysterious-koitlin-how-to-decode-kotlin
Hackernoon
Solving the Mysterious Kotlin - How to Decode Kotlin | HackerNoon
With this article, I want to complement my presentation by explaining in detail the different examples I showed in the slides
Effortless Assisted Injection in Multi-Module Android Projects: Introducing Anvil Utils
#androiddevelopment #kotlindevelopment #dagger2 #kotlin #dependencyinjection #anvilutils #multimoduleprojects #whatisanvilutils
https://hackernoon.com/effortless-assisted-injection-in-multi-module-android-projects-introducing-anvil-utils
#androiddevelopment #kotlindevelopment #dagger2 #kotlin #dependencyinjection #anvilutils #multimoduleprojects #whatisanvilutils
https://hackernoon.com/effortless-assisted-injection-in-multi-module-android-projects-introducing-anvil-utils
Hackernoon
Effortless Assisted Injection in Multi-Module Android Projects: Introducing Anvil Utils | HackerNoon
Step by step reducing boilerplate required to make assisted factories work in a multi-module android project.
Map Transformation: Which One Should I Use?
#kotlin #kotlindevelopment #functionalkotlin #androidappdevelopment #maptransformations #kotlincodebases #kotlincollections #maptransformationsexplained
https://hackernoon.com/map-transformation-which-one-should-i-use
#kotlin #kotlindevelopment #functionalkotlin #androidappdevelopment #maptransformations #kotlincodebases #kotlincollections #maptransformationsexplained
https://hackernoon.com/map-transformation-which-one-should-i-use
Hackernoon
Map Transformation: Which One Should I Use?
Learn how map transformations work within the Kotlin Standard Library.
Delegates and Delegated Properties in Kotlin
#kotlin #kotlindelegation #kotlindevelopment #kotlintutorial #androidappdevelopment #androiddevelopment #lazyinitializationkotlin #customdelegateskotlin
https://hackernoon.com/delegates-and-delegated-properties-in-kotlin
#kotlin #kotlindelegation #kotlindevelopment #kotlintutorial #androidappdevelopment #androiddevelopment #lazyinitializationkotlin #customdelegateskotlin
https://hackernoon.com/delegates-and-delegated-properties-in-kotlin
Hackernoon
Delegates and Delegated Properties in Kotlin
Discover Kotlin delegates and delegated properties in this guide. Learn how delegation simplifies code, enhances flexibility, and improves resource management.