Slackbot
08/28/2017, 10:37 AMmcscruff
08/28/2017, 11:52 PMmcscruff
08/29/2017, 12:29 AM540grunkspin
08/29/2017, 7:57 AMcatalin.morosan
08/29/2017, 9:54 AM540grunkspin
08/29/2017, 10:56 AMgildor
08/30/2017, 2:43 AMclass FreeView @JvmOverloads constructor(
context: Context,
attrs: AttributeSet? = null,
defStyleAttr: Int = 0
) : View(context, attrs, defStyleAttr) {
init {
// Your code to init view
}
}
landoulsi
08/30/2017, 11:18 AMDaniel
08/30/2017, 7:02 PMjw
08/30/2017, 7:59 PMjw
08/30/2017, 7:59 PMjw
08/30/2017, 8:03 PMUser
on a background thread, post it to the main thread to display, and then attempt to traverse a relationjw
08/30/2017, 8:03 PMjw
08/30/2017, 8:40 PMjw
08/30/2017, 8:41 PMgabrielfv
08/30/2017, 10:52 PMgabrielfv
08/30/2017, 10:53 PMadi
08/30/2017, 10:57 PMcodeslubber
08/31/2017, 4:54 AMquock
08/31/2017, 11:12 AMraghuramjampala
08/31/2017, 1:25 PMjw
08/31/2017, 5:50 PMjw
08/31/2017, 7:11 PMkirillrakhman
09/01/2017, 1:43 PMkirillrakhman
09/01/2017, 1:44 PMpablisco
09/01/2017, 2:35 PMmorozov
09/01/2017, 4:13 PMjw
09/01/2017, 6:56 PMjw
09/01/2017, 6:58 PMawait()
also triggers the request. you need to way to trigger both requests at once and then await on both. I don't know how to do it off-hand and without trying it myself. You can try asking in #coroutines though.tgmcians
09/01/2017, 8:22 PM