I am creating an application which requires login. I created the main and the login activity.
In the main activity onCreate method I added the following
onCreate
Just a note ..
add:
android:name=".Globals"
or whatever you named your subclass to the existing tag. I kept trying to add another tag to the manifest and would get an exception.