Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Data binding LiveData from Transformation - Android Kotlin

Any performance cost with using "when" instead of "if-else"?

kotlin

Can Kotlin's isNullOrBlank() function be imported into xml for use with data binding

API 'variant.getJavaCompile()' is obsolete

java android gradle kotlin

Unit Testing verifying a companion object method is called (mocking a companion object)

java unit-testing kotlin

Unresolved reference: async in Kotlin in 1.3

Kotlin top-levels functions vs object function

android function kotlin

What is the difference between `bind`, `inflate` and `setContentView` in `DataBindingUtil`

Could not resolve com.google.guava:guava:30.1-jre - Gradle project sync failed. Basic functionality will not work properly - in kotlin project

android kotlin gradle guava

Kotlin lazy usage

android realm kotlin

Jackson unable to load JDK7 types on Android

Kotlin: How can a child constructor use its parent's secondary constructor?

Kotlin - Sort MutableList based on Object Property

list sorting kotlin

Kotlin boxed Int are not the same

Android data binding with Kotlin, BaseObservable, and a custom delegate

Kotlin coroutine flow example for Android button click event?

uses-sdk:minSdkVersion 16 cannot be smaller than version 23 declared in library

android flutter kotlin

Are extension methods and extension properties are bad practice?

kotlin kotlin-extension

What is "implementation" in Kotlin Gradle dependencies?

How to exclude an element from a Firestore query?