几个可以用来实现热门APP应用PATH中menu效果的几个方法+(CABasicAnimation*)opacityForever_Animation:(float)time//永久闪烁的动画{
CABasicAnimation*animation=[CABasicAnimationanimatio...
分类:
其他好文 时间:
2014-05-09 03:48:29
阅读次数:
225
mediatek/packages/apps/FileManager/src/com/mediatek/filemanager/IconManager.java文件中添加如下方法//get
the icon of the file public Drawable getFileIcon1(File....
分类:
其他好文 时间:
2014-05-08 22:13:50
阅读次数:
365
Bitmap用法总结1、Drawable → Bitmappublic static Bitmap
drawableToBitmap(Drawable drawable) {Bitmap bitmap =
Bitmap.createBitmap(drawable.getIntrinsicWidth(...
分类:
移动开发 时间:
2014-05-08 22:10:30
阅读次数:
482
-(void) bringSublayerToFront:(CALayer*)layer{[layer
removeFromSuperlayer];[self insertSublayer:layer atIndex:[self.sublayers
count]-1];}-(void) sendSu...
分类:
移动开发 时间:
2014-05-08 14:01:24
阅读次数:
386
Tweened
Animations的分类:1.Alpha:淡入淡出效果2.Scale:缩放效果3.Rotate:旋转效果4.Translate:移动效果Android:
解决动画完成后位置恢复到初始位置的问题这种现象很正常,因为TranslateAnimation只负责实现位移动画效果,并不会真正...
分类:
移动开发 时间:
2014-05-08 09:49:18
阅读次数:
404
byzhangxinxufromhttp://www.zhangxinxu.com本文地址:http://www.zhangxinxu.com/wordpress/?p=1268一、前言兼目录索引《天龙八部》里的虚竹小和尚之前可以说是和尚的先进人物与代表模范,各类清规戒律谨记与严守。但是,后来呢,花...
分类:
Web程序 时间:
2014-05-07 21:23:45
阅读次数:
558
http://www.360doc.com/content/13/0102/22/6541311_257754535.shtml
分类:
移动开发 时间:
2014-05-07 19:03:30
阅读次数:
726
SpinKit 是一套网页动画效果,包含8种基于 CSS3 实现的很炫的加载动画。借助 CSS3
Animation
的强大功能来创建平滑,易于定制的动画。SpinKit的目标不是提供一个每个浏览器都兼容的解决方案,而是给现代浏览器提供更优的技术实现方案和更佳的使用体验。(为保证最佳的效果,请在.....
分类:
Web程序 时间:
2014-05-07 10:47:34
阅读次数:
443
如果selector无法实现点击切换图片的效果,你是否查看了xml文件的item标签中,把正常的图片标签放在最后?你是否把main.xml中的android:background="@drawable/item的xml文件名字”?详情请看。。。...
分类:
其他好文 时间:
2014-05-06 23:38:48
阅读次数:
382
Interface
Java里用interface关键字,引入一种没有具体实现的类型。
Declaring Interfaces
interface一般以大写字母开头,able单词结束,如下例子:
interface Drawable
{
int RED = 1; // For simplicity, integer constants are used. These constants ...
分类:
移动开发 时间:
2014-05-06 15:09:43
阅读次数:
671