摘要:
Chinese Site:http://www.genymotion.cn/Offical Site:http://www.genymotion.com/ Not available in China,you can use goagnet. If you can't register this website, you can regirster the chinese site and modify your name later.TheGenymotion install file already included the v-box file ,so you needn' 阅读全文
摘要:
WindowBuilder官方下载安装说明地址:http://www.eclipse.org/windowbuilder/download.php先祝各位能顺利安装上!以下是基于Eclipse indigo上的安装过程,有图有真相。根据不同Eclipse版本选择安装路径,点击不同版本后面的“link”,这个link的网址复制出来。然后,回到Eclipse里面,选择“Help”->“Install New Software”,然后在Work with 里面输入对应版本的link网址,当前用的是Eclipse Indigo版本的,如下图:然后等待安装,过程较长,保持网络正常连接...安装完后 阅读全文
摘要:
Android Support v4、v7、v13 介绍google提供了Android Support Library package 系列的包来保证来高版本sdk开发的向下兼容性,即我们用4.x开发时,在1.6等版本上,可以使用高版本的有些特性,如Fragement,ViewPager等,下面,简单说明下这几个版本间的区别:Android Support v4: 这个包是为了照顾1.6及更高版本而设计的,这个包是使用最广泛的,eclipse新建工程时,都默认带有了。Android Support v7: 这个包是为了考虑照顾2.1及以上版本而设计的,但不包含更低,故如果不考虑1.6,我们可 阅读全文
摘要:
ImageView android:adjustViewBounds Set this to true if you want the ImageView to adjust its bounds to preserve the aspect ratio of its drawable. Note:If the application targets API level 17 or lower, adjustViewBounds will allow the drawable to shrink the view bounds, but not grow to fill availabl... 阅读全文