...First of all, you have to upload the animation submodule with git submodule update --init command. Or you can add gradle dependency with command. To add gradle dependency you need to open build.gradle (in your app folder, not in a project folder) then copy and add the dependencies there in the dependencies block. After you have to create special overlay layout to show in behind current Circular Reveal animated view. And to add all items to menu you have to add all of them into LinearLayout. All menu items should implement Resourceble interface to get menu item name and drawable res And all fragments should implement ScreenShotable to get a screenshot of a fragment. ...