Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Dagger - Hilt : Do we need to mark all activities with @AndroidEntryPoint

Kotlin I can't add element to the end of the arrayOf

android kotlin

Okhttp Unable to connect to a localhost endpoint throws Connected failed: ECONNREFUSED (Connection refused)

New Android project with Gradle 7.1.0-alpha03 and Composer doesn't build

Why can't Gradle resolve the Kotlin Gradle plugin

error: [Dagger/DuplicateBindings] ... is bound multiple times:

Android Wigdet Theme Change

android kotlin widget

Animation in Jetpack Compose (AnimatedVisibility) not working at all for me?

Mock a constructor and return a mocked object instead of real object with mockk

Android Studio FAILURE: Build failed with an exception. PermittedSubclasses requires ASM9

Getting "Unable to instantiate application" for MainApplication.kt after upgrading React Native and migrating from Java to Kotlin on Android [closed]

java react-native kotlin

What is the current procedure to add Hilt dependencies to a Kotlin project?

android kotlin dagger-hilt

Plugin with id 'org.jetbrains.kotlin.plugin.compose' not found

Java generics from Kotlin when verifying using Mockito?

java kotlin generics mockito

JxBrowser strategy for efficiently retrieving favicon

java chromium kotlin jxbrowser

Android ContentObserver occasionally fails to find call log entry after call ends (5-10% failure rate)

Migrating from forEachGesture to awaitEachGesture

How to reinitialize ExoPlayer after releasing?

Use Kotlin higher order functions in MVP

android kotlin android-mvp