jmfayard
01/05/2016, 9:28 AMu2020
:
- keep for now the production code src/main
and src/production
in pure java
- use Kotlin in build variants src/internalDebug
, `src/test`and src/androidTestInternal
What do you think of this strategy?
Has anyone started to do something like that?pawel_byszewski
01/05/2016, 9:47 AMjmfayard
01/05/2016, 9:49 AMpawel_byszewski
01/05/2016, 9:56 AMmartynas
01/05/2016, 12:50 PMmpcjanssen
01/05/2016, 3:03 PMmpcjanssen
01/05/2016, 3:04 PMcedric
01/05/2016, 3:45 PMcedric
01/05/2016, 3:46 PMinternalDebug
, most of the time, an internal
and a debug
directories are enough. I think u2020
uses those probably more as a showcase. They also have variant-specific dependencies, which are also rare in my experiencejw
01/05/2016, 3:49 PMjw
01/05/2016, 3:51 PMcedric
01/05/2016, 3:53 PMjw
01/05/2016, 4:09 PMjw
01/05/2016, 4:10 PMkirillrakhman
01/05/2016, 5:15 PMdamian
01/05/2016, 7:19 PMfindViewById
on every access in a custom view? Looking at the bytecode viewer, the cache isn't used at all.sigmabeta
01/05/2016, 9:22 PMsigmabeta
01/05/2016, 9:22 PMsigmabeta
01/05/2016, 9:23 PMkevcar
01/05/2016, 9:37 PMsigmabeta
01/05/2016, 9:39 PMjw
01/05/2016, 9:40 PMsigmabeta
01/05/2016, 9:41 PMsigmabeta
01/05/2016, 9:43 PMapptreematt
01/06/2016, 1:27 AMapptreematt
01/06/2016, 1:28 AMjw
01/06/2016, 1:28 AMapptreematt
01/06/2016, 1:29 AMapptreematt
01/06/2016, 2:32 AMjw
01/06/2016, 2:37 AM