Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Kotlin data class and Bean validation: @NotNull on Long fields does not work

Room kotlin: Entities and Pojos must have a usable public constructor. Stuck on this error

android kotlin android-room

Test lambda functions in Android with Kotlin

How to create custom build step based on existing one in TeamCity Kotlin DSL?

kotlin teamcity dsl

Kotlin initialization: how to fail

kotlin initialization

Method myLooper in android.os.Looper not mocked with Coroutines

Error: unresolved reference: roundToInt

kotlin

Kotlin functional interfaces java compatiblity

java.math.BigDecimal division inaccuracy

java kotlin bigdecimal

Kotlin benifits of writing helper/util methods without wrapping in class

kotlin coding-style idioms

The Navigation Architecture Component animation

android kotlin navigation

Getting an interface reference inside a lambda function

Read ZipInputStream in Kotlin

java kotlin zipinputstream

ChipGroup 2-way binding adapter

Kotlin Native libcurl example on Windows

kotlin kotlin-native

Observe a MutableLiveData list

Android Draw the custom view as in google pay

Suspended function to read from InputStream

kotlin kotlin-coroutines

JobService does not get rescheduled in android 9

Subtract two Lists in Kotlin using a custom equal function

list data-structures kotlin