Hi Luka, First of all, you need a class(let's say ClassA) that extends the Application class. In the AndroidManifest.xml you need to specify your own extended class as the application in application tag.
.... <application android:name="ClassA"> .... Hope this helps, -sarp On Apr 10, 6:38 pm, WildLuka <[EMAIL PROTECTED]> wrote: > Dear All, > > can you tell me how to go about extending android.app.Application, as > I need some global data access and what to write in the > AndroidManifest.xml ? > > your help will be appreciated > > many thanks in advance. > > Luka > > ps ... is it my impression or android docs just fail to tell you what > you really need to know ... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---