Select Page
SearchView with circular reveal animation like whatsapp

SearchView with circular reveal animation like whatsapp

SearchView used to filter the needed items from the list based on the search term. There are lots of tutorials available for SearchView implementation. Here I want to share with you about, how to customize this view based on your need and add the circular reveal...
Connect social media accounts in a single line code

Connect social media accounts in a single line code

Every app has an “About us” section which speaks about the app, the company or the developer. Every time a user decides to go to the “About Us” page, he or she is on a fact-finding mission, as well as looking for the story of the creator. Most of these...
How to use fragment specific menu in android ?

How to use fragment specific menu in android ?

This tutorial shows you how to add action items to the ActionBar from within your Fragments. In my previous post, you have seen that every tab in the viewpager connected with the fragment. The action bar menu items will change based on the tab selection. This menu...