List Question
20 TechQA 2023-12-01T06:43:04.490000How to use kotlin value class from java code?
210 views
Asked by testivanivan
Is a Kotlin Companion Object just a way to add functions from an interface?
1k views
Asked by David Aleksanyan
in kotlin, what is the right one for the CREATOR in a Parcelable class
2.1k views
Asked by lannyf
How to get packageName in companion object?
142 views
Asked by CodingBruceLee
How to access function of companion object using class object in Kotlin?
2.4k views
Asked by Dhaval
Companion objects benefits of posibility to implement interfaces
1.9k views
Asked by Axel
How to keep the reference of the singleton class object in the companion object, Kotlin
444 views
Asked by Efe Budak
Kotlin. How to check if value is in range?
2.2k views
Asked by testivanivan
Does cancelling a coroutine cancel the write to a file?
217 views
Asked by Diken Mhrz
Can I add companion extension without first having companion object within a class?
290 views
Asked by Elye
Why does companion object put const vals into parent class?
324 views
Asked by imbactbulletz
What difference does it make to have Companion.foo in a companion object?
266 views
Asked by z11i
Kotlin: cannot use const val from companion object in an outer enum class
1.4k views
Asked by goshki
Kotlin - What does companion object fun do?
413 views
Asked by htafoya
Why Companion object is not accessible from Java code?
1.6k views
Asked by Saurabh Dhage
Is using companion object in activity and application class a good way?
1.6k views
Asked by c-an
How to access Kotlin companion objects from Java
1.6k views
Asked by Bart Friederichs
Instance in companion object
182 views
Asked by Rike
Kotlin set variable and call method in main class from companion object
1.1k views
Asked by ocramot
Memory leak in Kotlin companion objects?
4.8k views
Asked by Vladimir Fisher