[android-developers] Re: Possibility to access the Own Content Provider

2008-12-09 Thread yasmin afrose
Hi Andrew, Thanks a lot for your kind information. Surely I'll go through the site. I hope I'm able to fix my issue. Thanks for your time!!! Yasmin On Sat, Dec 6, 2008 at 7:23 AM, Andrew Stadler <[EMAIL PROTECTED]> wrote: > > Yasmin, if you're not sure where the sample apps are, you may want

[android-developers] Re: Possibility to access the Own Content Provider

2008-12-05 Thread Andrew Stadler
Yasmin, if you're not sure where the sample apps are, you may want to jump over to the android-beginners list, described in more detail at . You'll probably find more useful responses there. Welcome to Android development! On Tue, Dec 2, 2008 at 10:

[android-developers] Re: Possibility to access the Own Content Provider

2008-12-02 Thread yasmin afrose
Hi, Thanks for your kind reply... Can you please tell the URL... Thanks, Yasmin On Sun, Nov 30, 2008 at 11:26 AM, Dianne Hackborn <[EMAIL PROTECTED]>wrote: > Have you gone through the NotePad sample app? That shows you a complete > working example of writing and using a content provider. > >

[android-developers] Re: Possibility to access the Own Content Provider

2008-11-29 Thread Dianne Hackborn
Have you gone through the NotePad sample app? That shows you a complete working example of writing and using a content provider. On Thu, Nov 27, 2008 at 3:24 AM, yasmin afrose <[EMAIL PROTECTED]>wrote: > Hi Dianne, > > Thanks for your reply. ie, In OWNCONTENTPROVIDER manifest file, I've > inclu

[android-developers] Re: Possibility to access the Own Content Provider

2008-11-27 Thread yasmin afrose
Hi Dianne, Thanks for your reply. ie, In OWNCONTENTPROVIDER manifest file, I've included as follows : In OWNPROVIDERACCESS manifest file, I don't know what I need to include to access my OWNCONTENTPROVIDER data. :( NOTE : In OWNPROVIDERACCESS manifest file, I've included if I've accessed the

[android-developers] Re: Possibility to access the Own Content Provider

2008-11-26 Thread Dianne Hackborn
You need to publish the content provider in your AndroidManifest.xml. There is generally no reason to go through all of this trouble unless you want to allow other applications to use your content provider, so you need to describe in your manifest what it is so others can find it. On Tue, Nov 25,