Can the same Android App be used for mobile phones, tablets and Google TV?

自作多情 提交于 2019-12-25 00:09:43

问题


Is it possible to develop one app that can be used on mobile phones, tablets and GoogleTV?

Thanks!


回答1:


Of course, you can. Actually, this is the intention of Google. That's why; you can easily define different layout settings for different screen size, dpi, etc...

Note: Specials APIs of Google TV and Tablet are not yet available in the SDK. Yet, the special layout settings are available since 1.5. http://developer.android.com/guide/practices/screens_support.html AshtonBRSC, thanks for the warning.



来源:https://stackoverflow.com/questions/4002857/can-the-same-android-app-be-used-for-mobile-phones-tablets-and-google-tv

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!