上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页

2015年6月24日

Animating Views Using Scenes and Transitions

摘要: From android 4.4 , it supply one new animation with layout:transition To help you animate a change between one view hierarchy and another, Android pro 阅读全文

posted @ 2015-06-24 10:29 Joyfulmath 阅读(426) 评论(0) 推荐(0) 编辑

2015年5月18日

fragment 切换

摘要: 1.Fragment的添加方式FragmentTransaction ft = getFragmentManager().beginTransaction();ft.hideft.showft.addft.replaceft.hide---ft.showa.let the old fragment ... 阅读全文

posted @ 2015-05-18 14:42 Joyfulmath 阅读(191) 评论(0) 推荐(0) 编辑

2015年5月15日

android textview 设置text 字体

摘要: 1.使用不同的字库mLocalClock.setTypeface(Typeface.SANS_SERIF);Typeface face = Typeface.createFromAsset(getAssets(),"fonts/SIMFANG.TTF");2.设置不同的字库,字体在textview中... 阅读全文

posted @ 2015-05-15 09:54 Joyfulmath 阅读(814) 评论(0) 推荐(0) 编辑

2015年4月29日

android intent 5.1

摘要: 1.intent 6 itemsaction, data(uri &type),Component name,Extras,flags2.data---uri & type不管使用什么参数,action,type或者其他,关键问题就是。所有的new activity启动,最终都需要Component... 阅读全文

posted @ 2015-04-29 10:50 Joyfulmath 阅读(241) 评论(0) 推荐(0) 编辑

2015年4月8日

android EditView ime

摘要: 1.android:imeOptions 可以用来配置输入法右下角的:这可以在xml中添加相应的属性android:imeOptionsactionGo 输入法右下角显示“去往”actionSearch 输入法右下角显示“搜索”actionSend 输入法右下角显示“发送”actionNext 输入... 阅读全文

posted @ 2015-04-08 18:16 Joyfulmath 阅读(211) 评论(0) 推荐(0) 编辑

2015年4月6日

animation of android (4)

摘要: TimeAnimator: 与objectAminator不同,它反馈的时间间隔。也就是说TimeAnimator不产生实际的动画效果,他反馈的时间间隔和时间值。而你并不关心 interpolater。objectAminator 解决了,每个动画的时间段,获得属性变化的值。 阅读全文

posted @ 2015-04-06 15:06 Joyfulmath 阅读(119) 评论(0) 推荐(0) 编辑

animation of android (3)

摘要: 视图动画,只有view可以使用。 在android3.0以后,属性动画。 ValueAnimation 可以记录属性变化的过程,所以他的对象是任何object。 所以ValueAnimation 的真正目的就是对object的某个值做一系列根据setInterpolator的值变化函数。 而Valu 阅读全文

posted @ 2015-04-06 13:49 Joyfulmath 阅读(219) 评论(0) 推荐(0) 编辑

2015年3月29日

animation of android (2)

摘要: android Interpolator 首先是android系统提供的变换方式: 这些方式将转载一篇文章: 转: http://www.cnblogs.com/mengdd/p/3346003.html Android中的Interpolator Android中的Interpolator Int 阅读全文

posted @ 2015-03-29 11:06 Joyfulmath 阅读(187) 评论(0) 推荐(0) 编辑

2015年3月27日

canvas & animation

摘要: 1.using canvas using canvas to set difference property. it will showing like an animation. The true animation is also showing using this. 2.AnimatorUp 阅读全文

posted @ 2015-03-27 17:39 Joyfulmath 阅读(650) 评论(0) 推荐(0) 编辑

2015年3月23日

2015-3-23 日志

摘要: 1.在listview等状态信息中存放viewholder,然后把tag的view存入一个list里面。当页面从home页面重新进入的时候,listview的内容已经更新,这个时候该obj内容以及被更新或者不再使用。这个时候通过该list去做处理时,内容不对。2.动画的过程判断。最新的动画监听过程:... 阅读全文

posted @ 2015-03-23 19:06 Joyfulmath 阅读(121) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页

导航