Defining Global Variables In Android

In this post I want to describe 2 ways through you can define global variables in Android: using a singleton class, and by extending the Android’s Application class.
(((View Full Tutorial)))