[android-developers] Re: Extending android.app.Application

2008-04-11 Thread trickybit
I didn't use fully-qualified classname, I used classname starting with a 'dot' relative to the manifest package. That is, in the top level tag, the package attribute might have value "com.jjj.myapp" and in the tag, the android:name attribute might have value ".MyApplication" where the ful

[android-developers] Re: Extending android.app.Application

2008-04-11 Thread Agus
WildLuka, In the android manifest file, you can see tag now add the attribute android:name="your_full_classname_which_extends_application" thats all to it. Agus. On 4/11/08, WildLuka <[EMAIL PROTECTED]> wrote: > > Not exactly what I was looking for ... > > > On Apr 11, 5:23 am, SnowDrifter

[android-developers] Re: Extending android.app.Application

2008-04-11 Thread WildLuka
Not exactly what I was looking for ... On Apr 11, 5:23 am, SnowDrifter <[EMAIL PROTECTED]> wrote: > I started here:http://code.google.com/android/intro/index.html > > download Eclipse and install the android package as instructed in the > documentation above. using Eclipse will help you with sett

[android-developers] Re: Extending android.app.Application

2008-04-10 Thread SnowDrifter
I started here: http://code.google.com/android/intro/index.html download Eclipse and install the android package as instructed in the documentation above. using Eclipse will help you with setting up applications and your manifest. Enjoy! On Apr 10, 6:33 pm, WildLuka <[EMAIL PROTECTED]> wrote: >