摘要:
android中提供了4中动画: AlphaAnimation 透明度动画效果 ScaleAnimation 缩放动画效果 TranslateAnimation 位移动画效果 RotateAnimation 旋转动画效果 public AnimationSet ZxqAnimation() { ... 阅读全文
摘要:
application PhoneApp既没有被Broadcast唤醒,也没有被其他service调用,那么是android是通过什么方式来启动PhoneApp,所以就发现了属性android:persistent。 在AndroidManifest.xml定义中,application有这么一... 阅读全文