Libraryless. Click here for Pure Java version (38L/1K/2K).
1 | !752 |
2 | |
3 | import android.os.*; |
4 | import android.widget.*; |
5 | import android.app.*; |
6 | |
7 | public static void main(final Service service) {
|
8 | //sayInWebChat("Phone Bot", "Service Boot!! " + now());
|
9 | |
10 | new Handler(Looper.getMainLooper()).post(r {
|
11 | Toast.makeText(service, "Yo JavaX!", Toast.LENGTH_SHORT).show(); |
12 | }); |
13 | } |
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, nbgitpuheiab, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1002655 |
| Snippet name: | Android Boot Program (making a toast) |
| Eternal ID of this version: | #1002655/1 |
| Text MD5: | ce252c3f4b957b8464f0956672faf1a5 |
| Transpilation MD5: | f3c507739e5d59ab8b451ec7077d2a1b |
| Author: | stefan |
| Category: | |
| Type: | JavaX source code (Android) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-08-09 16:07:31 |
| Source code size: | 318 bytes / 13 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 970 / 1340 |
| Referenced in: | [show references] |