Upgrade to Pro — share decks privately, control downloads, hide ads and more …

もっと! Alternative Resources / More About Alternative Resources

takasfz
November 15, 2018

もっと! Alternative Resources / More About Alternative Resources

takasfz

November 15, 2018
Tweet

More Decks by takasfz

Other Decks in Programming

Transcript

  1. 簡単でわかりやすい 生年月日の入力フォーム ( ※ PC Web の話 ) ・ テキストフィールドが

    月/日/年 に分かれ、
 ユーザが慣れ親しんでいる順序で設置されている ・ 適切なラベルが付いている ・ テキストフィールドのサイズが、
 入力される文字列の長さに合わせられている
  2. 簡単でわかりやすい 生年月日の入力フォーム ( ※ PC Web の話 ) • (

    善し悪しは一旦置いておいて )
 モバイルアプリにこの入力フォームを実装することを 考える • 日本語では、 年/月/日 の順が一般的
  3. Alternative Resources res/ の下に <resources_name>-<config_qualifier> 形式の名前でディレクトリを作成し、リソースファイルを保存する ・ resources_name は、 res/

    ディレクトリ内でサポートされて いるすべてのリソースのディレクトリ名 ・ config_qualifier は、 リソースを使用するための条件 ・ 組み合わせの制限は特にない
  4. Configuration Qualifier Values Configuration Qualifier Values MCC mcc310, mcc440, etc.

    Available Height h<N>dp MNC mcc310-mnc004, etc. Screen Size small, normal, large, xlarge Language and Region en, en-rUS, etc. Screen Aspect long, notlong Layout Direction ldrtl, ldltr Round Screen round, notround Smallest Width sw<N>dp Wide Color Gamut widecg, nowidecg Available Width w<N>dp High Dynamic Range ( HDR ) highdr, lowdr Alternative Resources https://developer.android.com/guide/topics/resources/providing-resources
  5. Configuration Qualifier Values Configuration Qualifier Values Screen Orientation port, land

    Keyboard Availability keysexposed, keyshidden, keyssoft UI Mode car, desk, television, appliance, watch, vrheadset Primary Text Input Method nokeys, qwerty, 12key Night Mode night, nonight Navigation Key Availability navexposed, navhidden Screen Pixel Density ldpi, mdpi, hdpi, xhdpi, xxhdpi, xxxhdpi, nodpi, tvdpi, anydpi, <N>dpi Primary Non-Touch Navigation Method nonav, dpad, trackball, wheel Tohchscreen Type notouch, finger Platform Version ( API Level ) v3, v4, v7, etc. Alternative Resources https://developer.android.com/guide/topics/resources/providing-resources
  6. 国 キャリア 言語 画面サイズ API Level : それ全部、 Alternative Resources

    でできます! によって 画像 レイアウト 文字列 メニュー ナビゲーション : を出し分ける