June 2015 - Androhub

Navigation Drawer

Android NavigationDrawer

You might have noticed that lot of android applications introduced a sliding panel menu to navigate between major modules of the application. Previously this kind of UI was done using some third party libraries where a list view and some swiping gestures used to achieve this. But now android itself officially introduced sliding panel menu

Read More
Toolbar

Android ToolBar

Android’s new operating system named Android Lollipop, is highly focused on rich user experience and what they called it as material design. In this example we will take a look at the new Actionbar replacement called Toolbar. What is Toolbar? Toolbar is a complete replacement to Android ActionBar. It provides greater control to customize its

Read More