Animations Previous Api 12 ?
Hi I can not see animations in devices earlier than 12, but in your description says support from Android 6, and you tested on Android 8 and 12. Could you help me, please ?
Hi I can not see animations in devices earlier than 12, but in your description says support from Android 6, and you tested on Android 8 and 12. Could you help me, please ?
Enter animation only worked on 12 or higher version. Cause animated vector drawable would not be supported at splash screen.
Exit animation would worked on 6 and later.
Exit animation requires API 32, I did some try with no success
Exit animation requires API 32, I did some try with no success
I don't know what happened. U can see my demo. Exit animation worked well both on 8 & 12.
Ok finally I can see them, maybe it was caused because I added the setKeepOnScreenCondition as Google recomended when migrate an existing app with splash
Ok finally I can see them, maybe it was caused because I added the setKeepOnScreenCondition as Google recomended when migrate an existing app with splash
That's good.