Select Page
How to track events with Mixpanel in Android ?

How to track events with Mixpanel in Android ?

Mixpanel offers both web and mobile app analytics solution. The strong points for this tool are real-time data, funnel analysis, in-depth analysis to track retention. Measuring what your users are doing on your application is an important part of the product building...
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...
How to create Swipeable Tabs like WhatsApp

How to create Swipeable Tabs like WhatsApp

Hey, everyone in this post I am going to teach how to create swipeable tabs like WhatsApp using TabLayout and ViewPager. You can find basic details about TabLayout in my previous post. First, create an application, and add the design and app compact dependencies into...