LayoutAnimation干嘛用的?不知道的话网上搜一下。Android的Animation之LayoutAnimation使用方法有两种用法,我的通常写在代码中,像下面这样:
1 /** 2 * Layout动画 3 * 4 * @return 5 *...
分类:
其他好文 时间:
2014-05-26 22:26:15
阅读次数:
421
21.drag-sort-listviewDragSortListView(DSLV)是Android
ListView的一个扩展,支持拖拽排序和左右滑动删除功能。重写了TouchInterceptor(TI)类来提供更加优美的拖拽动画效果。DSLV主要特性:完美的拖拽支持;在拖动时提供更平滑的滚动...
分类:
其他好文 时间:
2014-05-26 21:55:56
阅读次数:
318
ImageSwitcher继承了ViewSwitcher,主要在切换图片时加入动画效果使用方法:
1.为ImageSwitcher提供一个ViewFactory,该ViewFactory生成的View组件必须是ImageView
2.切换图片时,用到的3个方法:imageSwitcher...
分类:
其他好文 时间:
2014-05-26 15:41:24
阅读次数:
400
//在viewDidLoad方法中创建Toolbartoolbar = [[UIView
alloc] initWithFrame:CGRectMake(0, 0, 320, 66)];toolbar.backgroundColor =
[UIColor redColor];//添加到tableVi...
分类:
移动开发 时间:
2014-05-26 13:29:07
阅读次数:
207
1 UIImage *image = [UIImage
imageNamed:tempAppInfo.icon];2 UIImageView *appIcon = (UIImageView *) [appView
viewWithTag:0]; 3 appIcon.image = image;每次执...
分类:
其他好文 时间:
2014-05-26 12:35:45
阅读次数:
226
GMCPagingScrollViewhttps://github.com/GalacticMegacorp/GMCPagingScrollViewGMCPagingScrollView
is a UIView containing a horizontally scrolling paging U...
分类:
其他好文 时间:
2014-05-26 11:19:10
阅读次数:
352
上的发生的发生法 上的发生的发生法 上的发生的发生法 上的发生的发生法 上的发生的发生法
上的发生的发生法 上的发生的发生法 上的发生的发生法 上的发生的发生法 上的发生的发生法 上的发生的发生法 上的发生的发生法 ...
分类:
其他好文 时间:
2014-05-23 03:07:25
阅读次数:
259
中央视觉与周边视觉:对于识别具体物体来说,中央视觉是最重要的,但对于认知整体场景而言,周围视觉更为关键。虽然屏幕中央是重要的中央视觉区,但别忽视周围视觉区域。一定要确保周边内容清晰地表现了网页的用途。如果想让用户集中注意力观察屏幕某处,就别在周边视觉区域内放置动画和闪烁元素。
人在识别物体时会寻找规律:既然人会不由自主地寻找规律,那就尽量多使用规律,利用分组和间隔创造规律。
二...
分类:
其他好文 时间:
2014-05-23 01:07:50
阅读次数:
725
因特网协议栈Internet protocol stack:应用层Application
layer、运输层Transport layer、网络层Network layer、链路层Data link layer、物理层Physical
layer7层ISO OSI参考模型:应用层、表示层Presen...
分类:
Web程序 时间:
2014-05-22 15:21:38
阅读次数:
312