Creating different layout for android phone and tablet

后端 未结 4 526
栀梦
栀梦 2020-11-29 09:09

This is a basic android question. I have app which need to have different screen design for a phone and a tablet. The phone needs to have a ListView and the Tablet need to h

4条回答
  •  醉梦人生
    2020-11-29 09:50

    Check this out : http://developer.android.com/guide/practices/screens_support.html

    You do not need to make two separate apps.

提交回复
热议问题