yoavst
09/02/2017, 11:57 AMchansek
09/04/2017, 9:35 AMchansek
09/04/2017, 10:19 AMalex.hart
09/04/2017, 1:19 PMpike
09/05/2017, 7:38 AMlovis
09/05/2017, 8:08 AMdavid.bilik
09/05/2017, 12:35 PMngubenson
09/06/2017, 6:16 AMcb?.let {}
in andriod studio, give me error tip: unresolved reference: let
. But I can build it successfully by gradle. I use kotlin in my old java project. Any body knows why?pablisco
09/06/2017, 6:48 AMgildor
09/06/2017, 9:22 AMSlackbot
09/06/2017, 10:09 AMtgmcians
09/06/2017, 2:16 PMngubenson
09/07/2017, 9:27 AMjava.io.IOException: java.lang.IllegalArgumentException: Stacks have different current sizes [1] and [0]
nil2l
09/07/2017, 10:31 AMstantronic
09/07/2017, 1:19 PMstantronic
09/07/2017, 1:55 PManstaendig
09/07/2017, 3:54 PMskennedy
09/08/2017, 12:04 AMclass X
in it, and module B which depends on A, and class Y : X()
in AS, everything looks fine, and i can click through on X in Y’s declaration to open up X. however, when i build (thourgh AS or command line), it says X cannot be found. this only happens with kotlin classesmradupoku
09/08/2017, 11:47 AMstepan.zalis
09/08/2017, 1:21 PMtab_layout.addOnTabSelectedListener(object : TabLayout.OnTabSelectedListener {
override fun onTabSelected(tab: TabLayout.Tab) {
pager.currentItem = tab.position
}
override fun onTabUnselected(tab: TabLayout.Tab) {
//unused
}
override fun onTabReselected(tab: TabLayout.Tab) {
//unused
}
})
nil2l
09/08/2017, 7:03 PMsmilecs
09/09/2017, 7:58 AMsmilecs
09/09/2017, 11:59 AMtrubesv
09/09/2017, 3:47 PMandroid:visibility="@{adapter.itemCount > 0}
- a list_empty.xml layout with android:visibility="@{adapter.itemCount == 0}
The issue is that I have trouble linking the adapter
variable to the xmls 😕trubesv
09/09/2017, 3:54 PMrkeazor
09/09/2017, 4:23 PMtrevjones
09/09/2017, 8:13 PMviliusk
09/10/2017, 9:17 AMjw
09/10/2017, 8:36 PMamichalski
09/10/2017, 8:44 PMamichalski
09/10/2017, 8:44 PMradityagumay
09/11/2017, 2:03 AMedwardwongtl
09/11/2017, 3:00 AMKodein
, it is a better DI library for Kotlinmate.herber
09/11/2017, 7:26 AMgildor
09/11/2017, 7:51 AMsanogueralorenzo
09/11/2017, 7:51 AMradityagumay
09/11/2017, 7:52 AMgildor
09/11/2017, 7:54 AMsanogueralorenzo
09/11/2017, 7:57 AMedwardwongtl
09/11/2017, 8:00 AMsanogueralorenzo
09/11/2017, 8:08 AMedwardwongtl
09/11/2017, 8:46 AM@Provide
, @Module
and `@Component`class & interface is too verbose for me, however dagger2 does allow easy unit testing...radityagumay
10/01/2017, 11:17 AM