Skip to content

Instantly share code, notes, and snippets.

@indare
Created January 30, 2012 07:59
Show Gist options
  • Save indare/1703188 to your computer and use it in GitHub Desktop.
Save indare/1703188 to your computer and use it in GitHub Desktop.
非破壊代入の記事
Spinner spinner;
spinner = (Spinner) findViewById(R.id.hogeA);
spinner.setNextFocusDownId(R.id.hogeB);
spinner = (Spinner) findViewById(R.id.hogeB);
spinner.setNextFocusDownId(R.id.hogeC);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment