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

19
LINES

< > BotCompany Repo | #1014856 // Investigate/modify options menu [Android]

JavaX source code (Android) [tags: use-pretranspiled] - run with: the app

Libraryless. Click here for Pure Java version (1513L/10K/35K).

!7

import android.view.Menu;
import android.view.MenuItem;

p {
  Menu menu = cast getOpt(androidActivity(), 'optionsMenu);
  print("Options menu: " + menu);
  if (menu == null) ret with print("No menu, weird");
  int n = menu.size();
  print("Size: " + n);
  for i to n: {
    final MenuItem item = menu.getItem(i);
    print("Item " + (i+1) + ": " + item.getTitle());
    androidUI(r {
      item.setTitle(randomID());
    });
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, nbgitpuheiab, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1014856
Snippet name: Investigate/modify options menu [Android]
Eternal ID of this version: #1014856/6
Text MD5: 6070310003c904a4e8abbd14fded374b
Transpilation MD5: 79f5f57e70e01c28d9566b380c0a6519
Author: stefan
Category: javax / android
Type: JavaX source code (Android)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-05 17:21:15
Source code size: 453 bytes / 19 lines
Pitched / IR pitched: No / No
Views / Downloads: 276 / 375
Version history: 5 change(s)
Referenced in: [show references]