Android アプリを開発しており、複数の画面をサポートしたいと考えています。
以下のリンクのダッシュボードを確認したところ、10 種類の画面構成が使用されています: http://developer.android.com/about/dashboards/index.html#Screens
以下のリンクから画面の寸法を取得しました: http://developer.android.com/guide/practices/screens_support.html#testing
次に、アプリをテストするために次のエミュレーターを作成しました。
- large_ldpi_2.3_800x480_120
- large_mdpi_2.3_800x480_160
- large_xhdpi_2.3_800x480_320
- normal_hdpi_2.3_800x480_240
- normal_ldpi_2.3_400x240_120
- normal_mpdi_2.3_480x320_160
- normal_xhdpi_2.3_960x640_320
- small_hdpi_2.3_640x480_240
- small_ldpi_2.3_320x240_120
- xlarge_mdpi_2.3_1280x800_160
フォーマット:
<size>_<density>_<android version>_<size>_<density>
私はこれを正しく行っていますか?ベストプラクティスは何ですか?