Slackbot
05/22/2018, 3:23 PMTyler
05/22/2018, 3:58 PMazri
05/23/2018, 2:54 AMKulwinder Singh
05/23/2018, 3:48 AMmemphis
05/23/2018, 9:20 AMreturn data.flatMapCompletable{...}.andThen(mObservableData)
Jorge Riveiro
05/23/2018, 10:33 AMshivaramaki
05/24/2018, 9:39 AMTyler
05/24/2018, 3:32 PMval a = this
in a function, and android studio tells me that this is a 'ticket', but I can't find anything referring to tickets on the Kotlin docs, or the Android docs, can someone tell me what it is?
The only thing that appears with a return value when typing a. is a suggestion to call the function itself.nickk
05/24/2018, 4:17 PMAppCompatActivity
cannot be resolved or “Unnecessary non-null check for [ERROR TYPE]“.
Everyrthing that should be imported from kotlinx.android.sythetic
appears in red.
Any ideas? I cannot understand what triggered this.
I am trying to use some code of my own from an .aar file, but this seemed to work fine.
(Invalidate caches etc did not fix anything)smilecs
05/25/2018, 7:48 AMmonotonewang
05/25/2018, 7:54 AMarekolek
05/25/2018, 1:11 PMfoo.any { it.toLowerCase() == bar.toLowerCase() }
😛adam-mcneilly
05/26/2018, 3:37 PMdamian
05/26/2018, 5:11 PMviewModel
could be null, which means we can't necessarily get its class". You probably want the upper bound on V
to be non-nullable - change the class header to class ViewModelProviderFactory<V : Any>
lawlorslaw
05/27/2018, 8:52 PMjava
directory? if so, how do i do that?abhinav42
05/28/2018, 2:18 AMiex
05/28/2018, 6:22 AM@delegate:Transient
- still the sameiex
05/28/2018, 6:23 AM@delegate:Transient
val uri: String? by lazy { foo() }
Niebin
05/28/2018, 8:02 AMSlackbot
05/28/2018, 8:05 AMrkeazor
05/28/2018, 8:05 AMNiebin
05/28/2018, 8:28 AMarekolek
05/28/2018, 3:01 PMCaptor
but it looks like you mean Matcher
(your snippet uses a matcher even)Tyler
05/28/2018, 3:30 PMkartikpatodi
05/28/2018, 9:30 PMError: entry
error when try to run on emulator or phone via adb?
Currently using Canary 15
Dependencies
•Picasso
•FastAndroidNetworking
When i enable both androidx and jettifier in gradle properties file it gives the above mentioned error
And when i use only the androidx then support-v4 aldready exists
is the error (I think it is due to Picasso)
Any ideas?
PS: Naive android developerNiebin
05/29/2018, 1:20 AMwaqas
05/29/2018, 3:32 PMfun debug(tag: String, msg: () -> Any)
, but how will that API look like for java consumers 🤔Slackbot
05/30/2018, 4:52 AMRasmus Franke
05/30/2018, 7:43 AMRasmus Franke
05/30/2018, 8:56 AM