Supercharge your Android Application-2(Views).


In the second part of the series, we will focus on how to optimise the views to make applications smoother.…
Read more ⟶

Supercharge your Android Application-1(The List).


In the inaugural part of the series, I have covered ListFragments and it’s single advantage while having full control over the fragment and it’s layout. It will reduce the pain of managing or showing the progress, because ListFragment does it automatically for you…
Read more ⟶

How to join Beta program for Wish 'N U.


If you are interested in joining beta program for Wish ‘N U this post will help you to join the program.…
Read more ⟶

About collecting usage statistics from Wish 'N U


I use Google Analytics to collect some usage information in Wish ‘N U.This post is to explain what do I collect and why.…
Read more ⟶

A class to handle all analytics related operations.


I have created a class that can work as a wrapper for google analytics operations. To initialize, it only needs a context variable. To send events I wrote sendException,sendEvent and sendTime methods, asks analyticsTracker to call respective methods and accept same arguments which can be passed directly to related tracker methods.…
Read more ⟶