jeudi 21 juillet 2016

Marshmallow app launch animation

How do I achieve the marshmallow's default launcher's (or Google Now Launcher/Nova Launcher) app launch animation provided that I have the (x, y) of the View. The animation starts off from the icon and does a full screen rectangular reveal of the launched app. Right now, I launch apps using the following code:

Intent intent = getActivity().getPackageManager()
                        .getLaunchIntentForPackage("com.android.example");
getActivity().startActivity(intent);

Here's how it looks like:

Marshmallow app launch animation

Aucun commentaire:

Enregistrer un commentaire