在textView中链接自定义位置?
我有一个带有位置数据的 TextView,我想要 Linkify。当点击链接时,应该触发一个意图来启动地图。我应该如何达到这个效果呢?
更新:
我有类似“我的街道 9,我的城市”之类的内容。现在我想让所有这些文本显示为链接,并通过 URI 触发意图: geo:0,0?q=My+street+9,+My+city
仅使用 Linkify.ALL 不起作用。
I have a TextView with location data that I want to Linkify. When link will be clicked an Intent should be fired that will start Maps. How should I achieve this effect?
UPDATE:
I have something like "My street 9, My city". Now I want to have all this text to appear like a link and have intent fired with URI: geo:0,0?q=My+street+9,+My+city
Using just Linkify.ALL
doesn't work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在你的textView上设置属性 android:autoLink = "all"
http: //developer.android.com/reference/android/widget/TextView.html#attr_android:autoLink
Set attribute android:autoLink = "all" on your textView
http://developer.android.com/reference/android/widget/TextView.html#attr_android:autoLink