Skip to content
Arasthel edited this page Aug 24, 2014 · 6 revisions

This annotation will execute the code inside the method on the UI Thread using a Handler.

Example

@OnUIThread()
public boolean getResult(){...}