摘要:
class AppLifeObserver: LifecycleObserver { @OnLifecycleEvent(Lifecycle.Event.ON_START) fun onForeground() { LogUtils.logd("Application enters the fore 阅读全文
摘要:
//通过偏移各个开始时间来创建“stagger”动画的自定义过渡 mStaggeredTransition = new TransitionSet(); Transition first = new ChangeBounds(); Transition second = new ChangeBoun 阅读全文