Is this is correct way to use as following ?
import com.google.appinventor.components.runtime.util.AsynchUtil;
AsynchUtil.runAsynchronously(new Runnable() {
@Override
public void run() {
myMethod();
}
});
Is this is correct way to use as following ?
import com.google.appinventor.components.runtime.util.AsynchUtil;
AsynchUtil.runAsynchronously(new Runnable() {
@Override
public void run() {
myMethod();
}
});