Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Last active December 15, 2023 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeforfun-jp/cf1b524dbc9344251967d5bef79026f4 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/cf1b524dbc9344251967d5bef79026f4 to your computer and use it in GitHub Desktop.
How to use spinner
<resources>
<string name="app_name">Sample</string>
<string-array name="fruit_list">
<item>りんご</item>
<item>バナナ</item>
<item>ぶどう</item>
<item>みかん</item>
<item>メロン</item>
</string-array>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment