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
Create this subclass
public class MyApp extends Application { String foo; }
In the AndroidManifest.xml add android:name
Example