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

12
LINES

< > BotCompany Repo | #1023357 // tempShowLoadingAnimation

JavaX fragment (include)

static AutoCloseable tempShowLoadingAnimation() {
  ret tempShowLoadingAnimation("Hold on user...");
}

static AutoCloseable tempShowLoadingAnimation(S text) null on exception {
  ifdef Android
  ret null;
  endifdef
  ifndef Android
  ret tempDisposeWindow(showAnimationInTopRightCorner("#1003543", text));
  endifndef
}

Author comment

Began life as a copy of #1003552

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023357
Snippet name: tempShowLoadingAnimation
Eternal ID of this version: #1023357/4
Text MD5: 11715a068c41c24431f1a6634ab2db16
Author: stefan
Category: javax / talking robots / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-06-09 12:32:33
Source code size: 332 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 189 / 232
Version history: 3 change(s)
Referenced in: [show references]