Join Slack
Communities
Powered by
Hello, I am trying to convert this line of Objecti...
# announcements
t
temp_man
08/23/2018, 4:03 PM
Hello, I am trying to convert this line of Objective-C code to Kotlin´[[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];´
s
Shawn
08/23/2018, 4:04 PM
are you in the right slack?
t
temp_man
08/23/2018, 4:05 PM
Sorry yes, just trying to covert data to a string in Kotlin
temp_man
08/23/2018, 4:05 PM
But using UTF-8
g
gildor
08/23/2018, 4:06 PM
#C3SGXARS6
👆 2
j
Jeremy Rempel
08/23/2018, 4:20 PM
Thanks for reminding me why I'm an Android dev 🙂 #toomany[]
m
msink
08/23/2018, 4:49 PM
just
data.toKString()
does not work?
4
Views
Open in Slack
Previous
Next