Rob
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 3
-
Created Correct way to log to console using Kotlin and Android?
AnsweredI've created a new application in IntelliJ using the Android generator (Kotlin). I'm trying to log to the console using Kotlin's `print` and Java's `Log` class with no success:class MainActivity : ...