原文链接:Supporting Multiple Screens Android运行在许多不同屏幕尺寸(screen size)和密度(screen density)的设备上。对于应用程序,Android系统提供了一致的跨设备开发环境,处理了应用程序适配屏幕的大部分工...
分类:
移动开发 时间:
2014-08-24 18:09:03
阅读次数:
304
一、适配多分辨率1.官网介绍:http://developer.android.com/guide/practices/screens_support.html#qualifiersScreencharacteristicQualifierDescriptionSizesmallResourcesforsmallsizescreens.normalResourcesfornormalsizescreens.(Thisisthebaselinesize.)largeResourcesfo..
分类:
移动开发 时间:
2014-08-21 19:36:35
阅读次数:
437
横竖屏切换,不重新加载
Up to API 13 there was a new value to the configChanges attribute, screenSize
So if you're using large screens make sure to add screenSize in your configChanges attribute:
android:confi...
分类:
移动开发 时间:
2014-08-13 15:02:36
阅读次数:
251
原文链接:http://developer.android.com/guide/practices/screens_support.html
支持多屏
Android涉及各种各样的支持不同屏幕尺寸和密度的设备。对于应用程序,Android系统通过设备和句柄提供了统一的开发环境,大部分工作是校正每一个应用程序的用户界面到它显示的屏上。与此同时,系统提供APIs允许你控制应用界...
分类:
移动开发 时间:
2014-08-13 10:35:55
阅读次数:
237
ImakeaconnectionthroughSSHandthenItype:#x0vncserver--PasswordFile=/home/hello/.vnc/passwdx0vncserver:unabletoopendisplay""~ImageCleanupcalledthereason...
分类:
其他好文 时间:
2014-08-10 18:28:50
阅读次数:
336
作为一名Android应用开发程序猿,最痛苦的事莫过于在屏幕适配了,这与历史原因有关,具体就不深究了。直到最近才搞明白dpi是怎么换算的,在开发的过程中,一个应用运行的屏幕标准应该是分辨率为320x480密度为160dpi的屏幕上,所以所有放在drawable、drawable-mdpi、value...
分类:
移动开发 时间:
2014-08-02 18:11:23
阅读次数:
314
官方地址:http://developer.android.com/guide/practices/screens_support.html一、关于布局适配建议1、不要使用绝对布局2、尽量使用match_parent 而不是fill_parent 。3、能够使用权重的地方尽量使用权重(android...
分类:
移动开发 时间:
2014-07-03 11:28:23
阅读次数:
321
格式:
...
父标签:
描述:
指定屏幕的配置为应用能够兼容。...
分类:
移动开发 时间:
2014-06-11 06:33:14
阅读次数:
239
QQ2012QQ-4.0.2QQ-4.7.0在来一张
UCBrowser_V9.5.2.394_Android_pf145_(Build14021319).apk
的res最后在帖一张友盟统计的Android分辨率使用占有率
分类:
移动开发 时间:
2014-05-08 10:05:01
阅读次数:
411
I make a connection through SSH and then I type:
# x0vncserver --PasswordFile=/home/hello/.vnc/passwd
x0vncserver: unable to open display ""
~ImageCleanup called
the reason is :
...
分类:
其他好文 时间:
2014-05-07 04:23:43
阅读次数:
581