ToolBar Archives - Androhub

Popup Menu Banner

Android Popup Menu

In previous article we learned how to create custom overflow menu. In this article we will be going to learn about Popup Menu which is similar as Overflow Menu. A PopupMenu displays a Menu in a modal popup window anchored to a View. The popup will appear below the anchor view if there is room,

Read More
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
Material Design Tab Layout Banner

Android Material Design working with Tabs (Advanced)

Hi all, Today we are going to learn more about TabLayout about which i have wrote article long back. So today we will lean how to do many things with TabLayout like showing Icons over Tab, Icons with Text over Tab and Customised Tabs. Example In this tutorial, we are going to learn how to implement Material Design

Read More
Palette Banner

Android Working with Palette

With the release of Android Lollipop, several new support libraries have been created. One of the new libraries is for the Palette class. This new class makes it easy to extract prominent colors from bitmap images, which is useful if you want to style other view components to match colors from your image, such as

Read More
RecyclerView Animation Banner

RecylerView Animation

In earlier tutorials we had learned implementation of RecyclerView. Now in this tutorial we will move to RecyclerView Animation part. The best thing of RecyclerView is that it provide inbuilt animations but the ListView and GridView don’t provide inbuilt animation. Now to implement the Animation in RecyclerView it provide some methods that we need to use: notifyItemRemoved(position)

Read More
Header and Footer Banner

Android Header and Footer Tutorial

In this tutorial we are going to learn how to implement Header and Footer for ListView and RecyclerView. The header is a View that displays before first item and footer displays after last item. Most of the apps you had seen who is having header and footer. Same thing we are going to implement in this tutorial.

Read More