Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Espresso - How to tap on specific item of a BottomNavigationBar

How to make swipe left to reply animation in chat app?

launchPermissionRequest() in jetpack accompanist does nothing

Using plus equals operator with bytes

kotlin

Select random number but exclude a particular value

kotlin

Koin 2 problem with creating scope for feature in Android project

Why MyClass::class.java.simpleName can't be constant value?

kotlin

Navigation Component default backstack not working when called from a LiveData observer

Spring Jackson Databind does not work for my Kotlin data class

spring kotlin jackson

NfcAdapter is not nullable, but is being provided by @Provides @Singleton @javax.annotation.Nullable android.nfc.NfcAdapter

What are best practices for choosing between property initializer vs property getter in Kotlin?

kotlin

DateTimeFormatter not using native numerals in Arabic nor Bengali

kotlin-gradle-plugin 1.6.0 build slow

kotlin gradle

How to skip proguard models used by retrofit2 that is on the base package?

Android NumberPicker rendering scrollbars when loading view

kotlin spring boot 3 - cannot resolve spring-boot-gradle-plugin:3.0.0

How can I disable the horizontal stretching/overscroll when using the `verticalScroll` modifier?

Difference between "parallelStream()" and "asSequence().asStream().parallel()"

How to schedule repeating task in kotlin?

kotlin scheduled-tasks

Questions about kotlin's extension function and null-related casting (kotlin in action)

kotlin