Try setting something like:
Intent myIntent = new Intent(Intent.VIEW_ACTION,
Uri.parse("http://www.google.com")); //you can make this URL dynamic
startActivity(i);
In the onListItemClick() method of your activity.
- jwei
http://thinkandroid.wordpress.com
Examples, Code, and Tutorials
On Jan 11, 4:09 am, Manjunatha M <[email protected]> wrote:
> Hi folks,
> I want to List Item in Preference activity. and I want to launch a Browser
> with a URL which can change dynamically, When I click on that Item. Can
> anyone let me know how can i Achieve???
>
> --
> Regards,
> Manjunatha
--
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en