Transition instead of simple Animation in Android

There is no need for animation effects on views in Android, no need for fast hardware for smooth transitions with these Transition features between activities giving your application stylish entrance.

We need two separate Activities and their layout, let say StartActivity and EndActivity. The first one will show only the app logo, and the second one will be Login form.

Continue reading “Transition instead of simple Animation in Android”