myanmarking
08/14/2017, 8:56 AMscruffyfox
08/14/2017, 1:15 PMclass DownloadHelper(internal val tag: String = "") : Fragment()
ebonet
08/15/2017, 7:18 AMgildor
08/15/2017, 8:17 AM`when`
loke
08/15/2017, 9:33 AMgildor
08/15/2017, 9:36 AMefemoney
08/15/2017, 10:15 AMdenis.shakinov
08/15/2017, 10:16 AMalouanemed
08/15/2017, 10:19 AMapply plugin: 'kotlin-kapt'
...
implementation 'com.google.dagger:dagger:2.11'
kapt 'com.google.dagger:dagger-compiler:2.11'
eygraber
08/16/2017, 6:03 AMHadi Tok
08/16/2017, 8:02 AMmyanmarking
08/16/2017, 8:39 AMSlackbot
08/16/2017, 9:01 AMmyanmarking
08/16/2017, 9:01 AMThe @Rule 'instantTaskExecutorRule' must be public
tschuchort
08/17/2017, 12:17 PM@Parcelize
annotation from the 1.1.4 android extensions? It doesn't seem to work for me, I always get a compiler error: error: cannot find symbol CREATOR = null
kevinmost
08/17/2017, 3:25 PMclass $NAME$ @JvmOverloads constructor(
context: Context,
attrs: android.util.AttributeSet? = null,
defStyleAttr: Int = 0
) : $SUPER$(context, attrs, defStyleAttr) {
init {
$END$
}
}
myanmarking
08/18/2017, 9:41 AMactivity as Callback
and call it. but i need a generic solution to work with frags and act as hostSlackbot
08/18/2017, 10:27 AMraghuramjampala
08/18/2017, 12:06 PMfair_enough
08/18/2017, 12:55 PMtrevjones
08/18/2017, 3:36 PMarekolek
08/18/2017, 3:45 PMextras
.getParcelableArray(LocationPicker.INPUT_POLYGON)
.filterIsInstance<LatLng>()
.forEach(inputPolygon1::add)
kenkyee
08/18/2017, 3:52 PMmyanmarking
08/18/2017, 5:36 PMlolcats
08/19/2017, 6:49 AMadolgiy
08/19/2017, 8:29 AMval
-field of Fragment/Activity?xkor
08/19/2017, 1:49 PMmcscruff
08/19/2017, 2:24 PMadolgiy
08/19/2017, 9:20 PMjw
08/19/2017, 11:59 PM