Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Accessing Kotlin class object from Java

java kotlin

Using kotlin constants in java switch expression

java kotlin

Google Sign In - ApiException 12501 when dismissing the sign in dialog

Use cases of removeall and removeif

java kotlin

Gradle Script Kotlin and dependencyManagement

Java Boolean.valueOf() equivalent in Kotlin?

java android kotlin boolean

How to align row elements by the baseline in Jetpack Compose

Android Navigation Instrumentation test throws Method addObserver must be called on the main thread

View model initialization using "by viewModels()" vs "ViewModelProvider(this).get(ViewModel::class.java)" in android

android kotlin mvvm viewmodel

Kotlin lateinit properties, NPE danger?

android kotlin

Android Parcelable in Kotlin: CREATOR not found on Parcelable data class

Using underscore ("_") right after a variable in string templates in Kotlin

kotlin

kotlin lambda expressions as optional parameter

Get Serializable ArrayList on Intent fragment

Breakpoint does not belong to any class

Is it possible to add "static" extension function for Java class?

kotlin

How to declare and initialize a MutableSet in Kotlin?

syntax kotlin

Live Data and 2-Way Data Binding: Custom setter not being called

Types may only contain one @Inject constructor

android kotlin

What's the difference between sumOf() and sumBy() in Kotlin 1.4?

kotlin collections