Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

How to check if device has fingerprint feature and then use it in Android

Kotlin extension functions - Difference between Any? and Generic T?

kotlin

Google Guice runtime dependency injection

kotlin guice

Enums or sealed classes with strings

android kotlin enums

Why is this Kotlin class property not public?

Safeargs generated directions do not work (Android)

android gradle kotlin

Kotlinx.Serializer - Create a quick JSON to send

Remove Word from String List in Kotlin

android kotlin

android - kotlin infix not working on one parameter extension function

Nullable argument for kotlin "remove"

kotlin

Is it possible to add an operator-overloading extension function in Kotlin?

kotlin kotlin-extension

How to make a data class singleton in Kotlin?

kotlin singleton data-class

How to cancel old coroutine when new one is called on same thread

Rendering Problem: The following classes could not be found

How can I work with Date and Time at Room

android kotlin android-room

Kotlin - object type check against HashMap<String, String> shows warning

kotlin casting

How do I cast FieldValue.serverTimestamp() to Kotlin/Java Date Class

Multiple inheritance with one class and interfaces in Kotlin

kotlin

Coroutines to call a REST API -> FATAL EXCEPTION : main

Error HTTP 504 When load image form URL with picasso android library

java android kotlin picasso