Side Menu
Side menu with some categories to choose.
God bless Ukraine!
Using
First of all you have to upload animation submodule with git submodule update --init
command
Or you can add gradle dependency with command :
.
and 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;
for CircularReveal module
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 screenshot of a fragment
You can customize icons that u place in the menu,or add mor items. Simply by changing the list you parse to view animator .For example: