84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
人生最曼妙的风景,竟是内心的淡定与从容!
There are many methods, the simpler one is directly in the xml中添加android:autoLink="email|phone|web"值是链接的类型。这种自动识别,若想手动识别跳转,可以重写ClickableSpan class, and it also supports changing the text color when clicked.
xml
android:autoLink="email|phone|web"
ClickableSpan
There are many methods, the simpler one is directly in the
xml
中添加android:autoLink="email|phone|web"
值是链接的类型。这种自动识别,若想手动识别跳转,可以重写
ClickableSpan
class, and it also supports changing the text color when clicked.