marcinmoskala
06/12/2017, 10:41 AMminisu
06/12/2017, 11:24 AMthatsmoodi
06/12/2017, 1:06 PMthatsmoodi
06/12/2017, 1:19 PMreline
06/12/2017, 1:25 PMpawegio
06/12/2017, 1:29 PMuser
06/12/2017, 2:56 PMuser
06/12/2017, 3:58 PMbachhuberdesign
06/12/2017, 4:01 PMjw
06/12/2017, 4:10 PMjw
06/12/2017, 4:10 PMcodeprogression
06/12/2017, 4:25 PMtrevjones
06/12/2017, 4:30 PMcodeprogression
06/12/2017, 4:48 PMtrevjones
06/12/2017, 4:51 PMsync project with gradle files
.kokeroulis
06/12/2017, 5:16 PMoleksandr.samsonov
06/12/2017, 5:33 PMoleksandr.samsonov
06/12/2017, 5:33 PMkokeroulis
06/12/2017, 6:14 PMoleksandr.samsonov
06/12/2017, 6:26 PMoleksandr.samsonov
06/12/2017, 6:26 PMkokeroulis
06/12/2017, 6:31 PMbudioktaviyan
06/12/2017, 10:23 PMjava.lang.IllegalArgumentException: Parameter specified as non-null is null
I’m using mockito
for UnitTestsithuaung
06/12/2017, 10:23 PMmg6maciej
06/12/2017, 10:31 PMoleksandr.samsonov
06/12/2017, 10:35 PMlouiscad
06/12/2017, 10:36 PMscott
06/12/2017, 10:46 PMblakelee
06/13/2017, 1:52 AMType parameter can have out variance
For this little snip
class AssignmentUI<T: RecyclerView.Adapter<*>>
It underlines T:RecyclerView.Adapter<*>
EDIT: Figured it out. prefix out to Tdr.henry
06/13/2017, 4:05 AM