Sergey Shnifer
11/15/2018, 9:41 AM<http://handler.post|handler.post>(object: Runnable{
...
})
and this works. Thanks a lot!Olivier
11/15/2018, 9:54 AMShawn
11/15/2018, 9:57 AMShawn
11/15/2018, 9:58 AMSergey Shnifer
11/15/2018, 9:59 AMrnpy
11/15/2018, 10:01 AMobject:
is just using less syntactic sugar to write the same code, sometimes it's neededOlivier
11/15/2018, 10:12 AMhandler.postDelayed
instead of creating a repeated job.Olivier
11/15/2018, 10:16 AMthis
, lambdas are kind of unamed functions, not objects, there no sense to call this
.
I bet if you have to call this
inside of lambda there is a conception issue, for this case the conception issue was using Handler to do a loop.