[android-developers] push functionality for Android?

2008-08-31 Thread Frank N. Stein
Hi guys, is there a service to push new database entries from a server to my app? Greetings --~--~-~--~~~---~--~~ 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] URI_MATCHER doesn't work correctly

2008-08-21 Thread Frank N. Stein
Hi Guys, I've written my own ContentProvider, which works, except for the URI_MATCHER. URI_MATCHER returns -1, when it should give me 1. First, I add my URI, so that the matcher is able to recognize it: URI_MATCHER.addURI(Crowd.CROWD_AUTHORITY, /Crowd, CUSTOMER); At this point: is

[android-developers] Re: URI_MATCHER doesn't work correctly

2008-08-21 Thread Frank N. Stein
://lan.tiptop.android.CrowdProvider//Crowd. -Jeff On Thu, Aug 21, 2008 at 9:35 AM, Frank N. Stein [EMAIL PROTECTED] wrote: Hi Guys, I've written my own ContentProvider, which works, except for the URI_MATCHER. URI_MATCHER returns -1, when it should give me 1. First, I add my URI, so