ActivityOptionsICS icon indicating copy to clipboard operation
ActivityOptionsICS copied to clipboard

The lib can make the ActivityOptions animations use in Android api3.1+

Results 10 ActivityOptionsICS issues
Sort by recently updated
recently updated
newest added

demo代码里,从Activity A跳转到Activity B, A的onPause调用了,然后是B的onCreate onResume等被回调,然后按理说下面就是A的onStop被回调,但是A的onStop确实没有被回调。这个生命周期的bug要解啊。其他的Activtiy切换动画都没有影响到生命周期的回调。

fragment跳转activity,共享元素动画不生效,不支持吗?知道问题所在了,必须在xml中设置ImageView的src才能实现共享元素的动画,如果ImageVIew是网络加载,则动画无效

![](https://github.com/70kg/Android-Studio-Project/blob/master/Screenshots/Untitled.gif) 请问一下怎么解决吗,谢谢

Hi! I am not able to start the sceneTransition when i have to set the imageview Bitmap from resource with SetImageResource or from bitmap with SetBitmapImage. The activity starts but...

其实我也就试了这个 Android 4.2.2 style都设了(我的应用的Activity过度动画都被改变了) 也读了代码一步步排查是不是我脑残了 id是对的,也find到了 View都在屏幕上... Debug显示ViewAnim的set.start();都执行了... 就是没有效果...

I find it use target view to do transition animation. How to change the content of the target view? don't want the target ImageView only can show the image which...

FC occurs when navigating to second activity using shared element based transition. Logcat shows: > library "libmaliinstr.so" not found However it works well on Nexus. Any ideas? Thanks.