bamdmux
03/07/2017, 12:39 PMelizarov
03/07/2017, 12:43 PMlaunch(MainThread) { … }
, since it will not compile without giving an obvious explanation as to why.bamdmux
03/07/2017, 1:09 PMdeviant
03/07/2017, 1:27 PM@android.support.annotation.MainThread
kenkyee
03/07/2017, 1:55 PMdeviant
03/07/2017, 2:02 PMA common use of the thread annotation is to validate method overrides in the AsyncTask class because this class performs background operations and publishes results only on the UI threaddoes anybody still use AsyncTask nowadays?
kenkyee
03/07/2017, 2:09 PM