Vincent.zZ

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年11月29日

摘要: 用AnimationDrawable的时候发现只有start()和stop(),但是需要把动画重新返回初始状态的时候怎么办?解决方法1:((AnimationDrawable)(someButton.getBackground())).stop();someButton.setBackgroundD... 阅读全文
posted @ 2014-11-29 11:18 Vincent.zZ 阅读(848) 评论(0) 推荐(0)

2014年11月28日

摘要: 为了方便新手,虽然很简单,但是我看园内没人写。。。所以就。。。(我也是新手~)其实就是利用activity栈的原理....在mainactivity的onCreat()中写:NotificationManager notificationManager = (NotificationManager)... 阅读全文
posted @ 2014-11-28 17:45 Vincent.zZ 阅读(278) 评论(0) 推荐(0)