简单翻译:
V4用于1.6到更高的API使用。
V7是2.1到更高的API使用,其中包含ACtionBar。
V13是3.2到更高的API的使用。
原文:
v4 Support Library
This library is designed to be used with Android 1.6 (API l...
分类:
移动开发 时间:
2014-08-04 21:36:18
阅读次数:
305
jstree是一款功能强大的插件。官网地址http://www.jstree.com/ $('#jstree').jstree({ "core" : { "animation" : 0, ...
分类:
Web程序 时间:
2014-08-04 21:08:37
阅读次数:
738
jQuery - Start Animation 测试冒泡 注意:1. 火狐浏览器必须传递event参数2. a标签的写法不能传递event...
分类:
Web程序 时间:
2014-08-04 17:28:57
阅读次数:
242
CATransition *animation = [CATransition animation]; animation.delegate = self; animation.duration = 0.5f; animation.timingFunction = UIVi...
分类:
其他好文 时间:
2014-08-04 13:25:57
阅读次数:
203
Google的Android官方文档:Actions that can't fit in the action bar or aren't important enough are hidden in the action overflow. The user can reveal a list o...
分类:
移动开发 时间:
2014-08-04 13:25:27
阅读次数:
229
------------------------------------------------------------------------------------ @keyframes animation 所有动画属性的简写属性,除了 animation-play-state 属性。 anim...
分类:
Web程序 时间:
2014-08-04 01:56:56
阅读次数:
395
对Core Animation来说,不管是显式动画还是隐式动画,对其设置frame都是立即设置的,比如说给一个UIView做移动动画,虽然看起来frame在持续改变,但其时它的frame已经是最终值了,这种情况下,哪怕这个UIView是UIButton的实例,其触发touch事件的范围还是最终frame的地方。...
分类:
移动开发 时间:
2014-08-03 15:18:55
阅读次数:
194
BUG:打开下载菜单,标题栏瞬间显示"文档";
把AndroidManifast.xml里
android:label="@string/app_label"
android:supportsRtl="true">
中的 android:label="@string/app_label" 去掉了,全编后下载到手机里,再进下载,此时actionbar会先显示一下document...
分类:
其他好文 时间:
2014-08-03 10:20:55
阅读次数:
150
The demo generatefrom 北京尚学堂package com.example.scrollview;import android.support.v7.app.ActionBarActivity;import android.support.v7.app.ActionBar;impo...
分类:
其他好文 时间:
2014-08-02 20:52:34
阅读次数:
334
1,如果需要绘制图形,可以采用直接继承View类的方法完成。
2,使用Bitmap可以完成图片的缩小,放大,剪切等操作。
3,Matrix提供了一个图形的变形操作,可以使用其完成图像的平移,旋转等。
4,Animation动画效果可以通过程序编码实现,也可以通过配置文件实现,但为了维护方便,建议使用配置文件完成。
5,MediaPlayer播放视频时需要Su...
分类:
其他好文 时间:
2014-08-02 15:32:43
阅读次数:
179