Similar function SwingUtilities.invokeLater in android?

Viewed 5184

Sometime I feel that using AsyncTask is quite overkill for the task, I am looking for similar function like SwingUtilities.invokeLater in android. Because I just want to execute one line of code, no point to create a new class for that.

3 Answers
Related