static void androidLater(final int delay, final Runnable r) { thread { sleep(delay); androidUI(r); } }