简体   繁体   English

如何制作任何可在不同设备中使用的Android应用程序作为UI的一部分

[英]How to make any android application for use in different devices as aspect of UI

As i am a new to android and made a small application but that doesn't give same 由于我是android的新手,制作了一个小型应用程序,但这并没有给
appearance on different devices 在不同设备上的外观
Thanks 谢谢

首先阅读有关支持多屏幕的教程。

You should use different ressources and layouts for various screen sizes and orientations. 对于各种屏幕尺寸和方向,应使用不同的资源和布局。 You can find an extensive explanation here: http://developer.android.com/guide/practices/screens_support.html 您可以在此处找到详细的说明: http : //developer.android.com/guide/practices/screens_support.html

使用相对布局和高密度图像。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Android中为不同设备制作UI - How to make UI in android for different devices 如何在不同的Android设备上保持宽高比 - how to keep aspect ratio with different android devices 如何使应用程序响应所有Android设备? - How to make application responsive for all android devices? 如何在Android中的多种类型的设备上以固定的长宽比背景进行项目布局? - How to make an item layout with a fixed aspect ratio background on multiple types of devices in Android? 如何设计适用于所有设备的android应用程序的UI? - How to design UI for android application that will compatible for all devices? Android-如何使用户界面在设备上看起来相同? - Android - How to make UI look same across devices? 如何在Android中相同分辨率的2个不同设备上支持2个不同的应用程序图标? - How to support 2 different application icons on 2 different devices of same resolution in android? Android-如何使文本字段居中分配给不同的Android设备 - Android - How to make textfields center alligned for different android devices 如何在安卓设备中使用原生指纹扫描仪 UI? - How to use native fingerprint scanner UI in android devices? Android上的UI方面 - UI aspect on Android
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM