Still trying to think of an android question that'...
# android
e
Still trying to think of an android question that's Kotlin-specific enough for this channel.
😶 7
👍 1
😁 3
z
Ask about extensions on Android framework classes 😀
j
That's Kotlin related about the same as the rest of the questions.
c
Copy code
val isQuestionOnTopic = when(question) {
    "is about Kotlin-the-language" -> true
    "is about Kotlin libraries " -> true
    "is about issues that come from introducing Kotlin into an Android app" -> true
    "is a question about a Java library not interop-ing nicely with Kotlin" -> true

    "is about the Android SDK that happens to use the Kotlin language" -> false
    "is a question about a Java library commonly used in Android, when the question isn't an issue with Kotlin interop" -> false
    "'how do I do X'" -> false
}
🎉 1
🥱 1
😂 1
💯 2
☝️ 2
g
Check questions in this channel without 😶 and stackoverflow reaction, all of them are pretty much on topic of the channel
c
@Casey Brooks now turn that into a bot so we can stop marking things as 😶