android开发如何点击一个文本框跳转到网页 5
4个回答
展开全部
在文本框获取焦点时,触发下面的代码即可:
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("www.sohu.com"));
startActivity(intent);
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("www.sohu.com"));
startActivity(intent);
追问
获取焦点是什么意思?
追答
就是点击的时候触发上面的代码就可以了。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<TextView
android:id="@+id/tv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:autoLink="web"
android:background="@color/state_item_pressed"
android:text="跳转到web;www.baidu.com" />
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
android 开发 显示到哪去? 给button添加单击监听事件,然后就可以获取两个输入框的值,怎么显示就是你的事情了,用toast也可以,跳转到另外一个
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |