Android Actionbar Archives - Androhub

Overflow Menu Banner

Building a Custom Overflow Menu

Hello, folks its been too long that I haven’t written any post. So once again I am back with one more article. So today we are going to learn how to customize the Overflow menu UI by adding icons to it and giving a style to the overflow menu. If you don’t know about menus you

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
Tabs using ViewPager

Android Tab with Swipeable Views using ViewPager

This article shows you how to create tab layout using fragments and viewpager. Also you can swipe between tab view as it is the functionality of viewpager which is not possible when using TabHost. Before getting into this tutorial it is suggested to have knowledge on Fragments and ViewPager as these two are main concepts

Read More
Actionbar and Option Menus

Android ActionBar and Option Menus

What is the action bar? The action bar (ActionBar) is located at the top of the activity. It can display the activity title, icon, actions which can be triggered, additional views and other interactive items. It can also be used for navigation in your application. The action bar is enabled for devices which specify a

Read More