-
October 2016 · 2 minute read
Thanks to your support and interest, YAC is constantly evolving. I have laid plans in this post about what I am going to do around which milestones.
-
November 2014 · 5 minute read
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
-
October 2014 · 2 minute read
If you are interested in joining beta program for Wish ‘N U this post will help you to join the program.
-
September 2014 · 4 minute read
I use Google Analytics to collect some usage information in Wish ‘N U.This post is to explain what do I collect and why.
-
August 2014 · 3 minute read
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.