One more query:
myIntent = new Intent("android.intent.action.VIEW",
Uri.parse("geo:82.33673,25.377074"));
This doesn't comeup in the map.
While this comes up
Uri.parse("geo:38.899533,-77.036476"));
What is the reason ?
Is it fixed in the emulator ?
Many thanks,
Cheers,
Sid
On Apr 7, 3:46 pm, Hielko <[EMAIL PROTECTED]> wrote:
> You need to use Uri uri = Uri.parse(""geo:" + lat
> + "," + lng");
>
> On Apr 7, 8:12 am, "Dan U." <[EMAIL PROTECTED]> wrote:
>
> > I'm looking at the ExpandableList2 api demo and it might be something
> > for you to look at. There is a Uri.Builder and a ContentUris.
>
> > On Apr 6, 10:10 pm, siddhusingh <[EMAIL PROTECTED]> wrote:
>
> > > ContentURI uri = ContentURI.create("geo:" + lat
> > > + "," + lng);
> > > Intent intent = new Intent("android.intent.action.VIEW",
> > > uri);
> > > startActivity(intent);
>
> > > There seems to be some change in the package now.
> > > ContentURI is no more supported.
> > > Cheers,
> > > Sid- Hide quoted text -
>
> > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Android Challenge" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-challenge?hl=en
-~----------~----~----~----~------~----~------~--~---