In order to make games viral, one of the key component is integration of social platforms like Google+ or Facebook. Google play services is a good platform to get in touch with friends who play same game.
Volley is an excellent framework to make network calls from with in the android application. However sometimes we want to reduce cache size by clearing all the expired entries.
In our application, sometimes we need to do some operations repeatedly at a given time. Android provides different options to achieve this. One such option is use of AlarmManager.
During game development we need to see the logs to debug or understand the code flow. In this post I will share the locations where we can find the log files to help us in debugging.