Tuesday, February 1, 2011

[android-developers] Re: Force Close Question

Sorry, yes .. you need to declare it in the manifest too.

See android:name in
http://developer.android.com/guide/topics/manifest/application-element.html

You know Google is a great resources for these types of questions ..


On Feb 2, 3:05 pm, Scott Deutsch <surger...@gmail.com> wrote:
> Anything special you have to do in the Android manifest to say that
> you over wrote it?
>
> On Feb 1, 9:00 pm, William Ferguson <william.ferguson...@gmail.com>
> wrote:
>
> > Extending Application is trivial:
>
> > public final MyApplication extends Application {
> >   private Object somethingINeedToCache
>
> > }
>
> > On Feb 2, 12:56 pm, Scott Deutsch <surger...@gmail.com> wrote:
>
> > > Sounds interesting. I should give that a go and see if that fixes my problem
> > > before I totally redesign part of my app....i really don't want to do that.
>
> > > Anyways..any good tutorials on extending Application?
>
> > > Thanks.
>
>

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment