Welcome to Hackster!
Hackster is a community dedicated to learning hardware, from beginner to pro. Join us, it's free!
Sawan Kumar
Published © GPL3+

How to Create Android Topbar Menu with Guillotine animation?

Have you ever wondered why a sidebar in apps has to be a “side” bar? Why not to make it a “topbar,” or a “bottombar,” or a “cornerbar,” etc.

IntermediateShowcase (no instructions)2 hours1,298

Things used in this project

Hardware components

Android device
Android device
×1

Software apps and online services

Android Studio
Android Studio

Story

Read more

Schematics

create-android-topbar-menu-with-guillotine-animation-tellmehow_Hoh1td1JMl.gif

Code

Add JitPack repository

CSS
Add JitPack repository in your root build.gradle at the end of repositories:
allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}

Credits

Sawan Kumar
1 project • 3 followers
TellMeHow is a technology blog with Android and Java tutorial. Daily update with latest tutorials, tips and tricks
Contact

Comments

Please log in or sign up to comment.