deviant
03/19/2017, 8:37 PMrx -> coroutines
in one of my projects. totally happy so far škingsley
03/19/2017, 8:38 PMdoAsync/uiThread
style codebase to coroutinesdeviant
03/19/2017, 8:45 PMHow was the process like?most of the rx features can be replaced by coroutines + simple imperative code (what i really like) migrated retrofit calls, firebase callbacks, few heavy calculation tasks, various timers/delays, android lifecycle tricks (rxlifecycle)
kingsley
03/19/2017, 8:48 PMdeviant
03/19/2017, 8:57 PMflatMap
hell). so far i've expected some problems with debugging. you never knows how much coroutines are running, why it stuck and so on. and the main problem: sometimes i get wrongly builded app, so it crashes with weird dex class not found errors. and sometimes there are no errors but none of coroutine works (i call it "stuck"). then i just clean
project and all problems have gone. still investigating, can't reproduce it by 100%kingsley
03/19/2017, 9:21 PMclear
and cancel
anthonyeef
03/20/2017, 7:18 AMdeviant
03/20/2017, 8:10 AMkingsley
03/20/2017, 11:19 AM