Most voted "kotlin-coroutines" questions
2 questions
Sort by count of
-
0
votes1
answer167
viewsOverwrite an Inheritance property or not ? Kotlin
I have a question about code : class SaldoInsuficienteException(mensagem:String = "O saldo é Insuficiente") : Exception(mensagem) Now I tested imagining how the code was written in English and the…
-
0
votes1
answer32
viewsHow can I resolve this NPE error when fetching data in an API?
I’m looking to do a search on the Github API using Kotlin Coroutines in a different thread than the main one, but by receiving the values, it’s generating this error: 021-01-27 19:50:22.961…