tags:

views:

71

answers:

1

I need to create a simple link in my Android app. Let's say that it would display text "Google" and after user clicks on it, http://google.com opens in web browser. What is the easiest way to do this? The link should change color whhen it's in pressed state.

A: 

The android library provides Linkify for this requirement.

Segfault