Re: [android-developers] Re: public variables

2012-05-01 Thread Justin Anderson
> > I think you're looking for the Application class: > http://developer.android.com/reference/android/app/Application.html > You have to write a class that extends Application, add a name field in the > manifest.xml file, then you can access an instance of your Application > sub-class from any act

[android-developers] Re: public variables

2012-05-01 Thread Paul v
I think you're looking for the Application class: http://developer.android.com/reference/android/app/Application.html You have to write a class that extends Application, add a name field in the manifest.xml file, then you can access an instance of your Application sub-class from any activity o