On Tue, Jan 6, 2009 at 8:43 PM, Mark Murphy <mmur...@commonsware.com> wrote:

>
> Faber Fedor wrote:
>
> > locationsCursor is alway null, nothing is displayed, and logcat
> > complains "E/ActivityThread(  387): Failed to find provider info for
> > com.appspot.lbtdl"
>
> That suggests either your provider is not listed in your
> AndroidManifest.xml,


I change my manifest (I keep forgetting that blasted thing!)  to contain the
class name and now things are working better.

So the class name goes into the manifest.  what is my CONTENT_URI then? I'm
assuming it's "content://com.appspot.lbtdl".  Since I have a table called
"locations", I'll access all of the locations with
"content://com.appspot.lbtdl/locations", right?



> or possibly it's not a public class.
>

That's just done in the declaration, of the class right?  There's nothing
else that needs to be done.



-- 

Faber Fedor
Cloud Computing New Jersey
http://cloudcomputingnj.com

--~--~---------~--~----~------------~-------~--~----~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to