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

13
LINES

< > BotCompany Repo | #1004467 // androidShowText

JavaX fragment (include)

1  
import android.app.Activity;
2  
import android.widget.*;
3  
import android.graphics.*;
4  
5  
  static void androidShowText(O o) {
6  
    final S s = str(o);
7  
    androidUI(r {
8  
    
9  
      TextView tv = (new TextView (androidActivity ()));
10  
      tv.setText (s);
11  
androidShow(tv);
12  
    });
13  
  }

Author comment

Began life as a copy of #1001281

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: #1004467
Snippet name: androidShowText
Eternal ID of this version: #1004467/1
Text MD5: c1d4f9e1dc6545a8398c885d6ff6fde7
Author: stefan
Category: javax android
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-11-05 06:52:12
Source code size: 287 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 555 / 559
Referenced in: [show references]