Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1001292 // androidLater

JavaX fragment (include)

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

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1001292
Snippet name: androidLater
Eternal ID of this version: #1001292/2
Text MD5: 34c2b158b7734a77ba245642d2858d7f
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-05 17:36:53
Source code size: 126 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 567 / 816
Version history: 1 change(s)
Referenced in: #1002427 - Accellerating 629 (SPIKE)
#1004465 - androidUI - now waits!
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1014862 - aLater - synonym of androidLater
#3000382 - Answer for ferdie (>> t = 1, f = 0)