Android手机和Android平板电脑有什么区别?

时间:2013-08-19 04:43:08

标签: android android-layout android-intent android-listview android-emulator

我想知道Android手机和Android平板电脑之间的区别如下:

- Life circle of Activity and Fragment

- Api supported for our config, i.e. : Mac address, ip address, cell number, IMSI, ...

- How about the orientation, notificaion.

- Multilanguage on Tablet.

- UI on table, which widget/control should change to avoid the issue.

请帮我澄清一下?

非常感谢你!

1 个答案:

答案 0 :(得分:2)

手机或平板电脑的前4个点相同。

关于最后一个,手机和平板电脑之间最显着的区别是平板电脑可能会使用平板电脑风格的用户界面,而手机却没有。这是因为平板电脑通常具有较低的屏幕像素密度。

而且,平板电脑通常没有电话功能。对于那些没有3G或4G模块的平板电脑,通常也会错过GPS。

我想您已经非常熟悉Android手机的特性,这里有一些关于Android平板电脑的有用链接供您参考。

http://developer.android.com/distribute/googleplay/quality/tablet.html

http://developer.android.com/guide/practices/tablets-and-handsets.html

http://android-developers.blogspot.hk/2013/04/update-on-tablet-app-guidelines-and.html

http://android-developers.blogspot.hk/2013/04/tablet-optimization-tips-in-google-play.html