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

9
LINES

< > BotCompany Repo | #1014897 // aSetImageFromSnippet

JavaX fragment (include)

static void aSetImageFromSnippet(final ImageView iv, fS imageID) {
  if (hasCachedImageSnippet(imageID))
    aSetImageFromFile(iv, loadLibrary(imageID));
  else {
    thread "Load image" {
      aSetImageFromFile(iv, loadLibrary(imageID));
    }
  }
}

Author comment

Began life as a copy of #1014896

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: #1014897
Snippet name: aSetImageFromSnippet
Eternal ID of this version: #1014897/5
Text MD5: 84704e4740d335acdff612c6b07ec93a
Author: stefan
Category: javax / android
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-05-24 14:25:34
Source code size: 259 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 283 / 326
Version history: 4 change(s)
Referenced in: [show references]