Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Android Studio Kotlin Compiler warning

android-studio kotlin

How to get access to Arguments/Extras Bundle in ViewModel with minimal boilerplate using Dagger 2?

What is the right place to start a service in MVVM architecture Android

android mvvm kotlin

How to access Javascript module with Duktape in Android

Implement (/inherit/~extend) annotation in Kotlin

java kotlin kotlin-interop

androidx.core:core-ktx:1.0.0 widget package missing

What is the proper way to setup and seed a database with artificial data for integration testing

Kotlin reified generics does not keep the type as planned

Kotlin DSL: Import a versions.gradle.kts into another build.gradle.kts

How to observe LiveData in RecyclerView adapter in MVVM architecture?

How to mock Build.VERSION.SDK_INT using mockk

Dealing with R8 + JvmStatic Annotation + Lambda in public API for Android Library written in Kotlin

Save and retain LazyColumn scroll position while using Paging 3

Which is better to put the Coroutine call in the Repository or the ViewModel?

Why do Kotlin files appear as .java is Fabric Crashlytics with Proguard enabled?

android kotlin crashlytics

Gradle building android project with Java 1.8 even though java gradle toolchain is set to jdk 11

Java interoperability: how to declare a compile-time array constant in Kotlin?

java kotlin

What kind of sorting does Kotlin use by default?

algorithm sorting kotlin

How does Kotlin dispatch the invoke operator?

kotlin

How to enable Bearer authentication on Spring Boot application?