Ejemplo n.º 1
0
  @Override
  protected void initBinding(View v) {
    super.initBinding(v);
    b3 = (Button) v.findViewById(R.id.getv);
    b2 = (Button) v.findViewById(R.id.paste);
    b1 = (Button) v.findViewById(R.id.getsnd);
    b_yotube = (Button) v.findViewById(R.id.getyt);
    checklink = (Button) v.findViewById(R.id.checklink);
    consolefield = (EditText) v.findViewById(R.id.console_field_1);
    //  field2 = (EditText) v.findViewById(R.id.console_field_2);
    copy_current = (ImageButton) v.findViewById(R.id.copy_current);

    final String target1 = "https://soundcloud.com/adealin/one-piece-epic-battle-theme";
    final String target2 = "https://soundcloud.com/heskemo/sets/songngn";
    final String target3 =
        "https://m.facebook.com/story.php?story_fbid=1251786081505337&id=100000218707928";
    final String target4 = "https://www.youtube.com/watch?v=evHke9PZjCQ";
    final String target5 = "https://youtu.be/evHke9PZjCQ";
    consolefield.setText(target5);
  }
Ejemplo n.º 2
0
  @Override
  public void onDestroy() {

    super.onDestroy();
  }