Skip to content

1.4アプリのリソース管理

takafumi nanao edited this page Feb 4, 2018 · 1 revision

res

  • String Resource
    • Plurals
  • Drawable Resource
    • Bitmap Drawable
    • Shape Drawable
  • Style Resource
    • アプリ内の View に共通な Style を定義する
    • 継承
  • Menu Resource
    • メニューの定義
    • OptionsMenu
    • ContextMenu
  • Color State List Resource
  • Value Resource
  • Animation Resource

Adaptive Icon

解像度

多様なデバイスへの対応 SVG対応

回転

ロケール

いろいろなパターンのresourceをプロジェクトに入れておいた方がよさそう