s1mar

Results 4 comments of s1mar

@MarijanGazica I was setting the basic slide and fade transitions programmatically(no xml),but they aren't working,I see no effect

@Davids89 ` @Override protected void onCreate(@Nullable Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_splash); setupWindowAnimations(); } private void setupWindowAnimations() { Slide slide =(Slide) TransitionInflater.from(this).inflateTransition(R.transition.activity_slide); getWindow().setExitTransition(slide); } @Override protected void onStart() { super.onStart(); ActivityOptions...

I've followed every instruction available on the internet and still couldn't get it to work. What I've observed is that on a cold start,you just cant see the enter transition...

It's been a year so I don't remember the explicit details, but we were able to place but it still wasn't perfect, it was breaking at times. So, finally, I...