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
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to