by Jaison Fernando | Nov 9, 2016
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...
by Jaison Fernando | Nov 9, 2016
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...
by Jaison Fernando | Nov 1, 2016
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...
by Jaison Fernando | Nov 1, 2016
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...
by Jaison Fernando | Oct 30, 2016
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...