Kotlin: assign a null value to a function type variable in Kotlin
Question or issue of Kotlin Programming: I have a variable that holds a callback, and by default it’s value should be null. But this syntax doesn’t seem to work.
Continue ReadingQuestion or issue of Kotlin Programming: I have a variable that holds a callback, and by default it’s value should be null. But this syntax doesn’t seem to work.
Continue ReadingQuestion or issue of Kotlin Programming: According to my knowledge:
Continue ReadingQuestion or issue of Kotlin Programming: What is the difference between an object and a companion object in a class in kotlin?
Continue ReadingQuestion or issue of Kotlin Programming: I am trying to consume an API using Retrofit and Jackson to deserialize. I am getting the onFailure error No Creators, like default construct, exist): cannot deserialize from Object value (no delegate- or property-based Creator.
Continue Reading