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: 560 / 810
Version history: 1 change(s)
Referenced in: [show references]