dxkite吧 关注:223贴子:3,168
  • 11回复贴,共1
@DXKite. 你是怎么用autolink 连接贴吧的


IP属地:广东来自Android客户端1楼2015-01-18 10:53回复
    @DXKite @TTHHR @啊o额iu鱼 textview 的


    IP属地:广东来自Android客户端2楼2015-01-18 10:54
    回复
      <TextView
      android:text="@string/web1"
      android:autoLink="web"
      android:layout_height="wrap_content"
      android:layout_width="match_parent"
      android:textSize="17dp"
      />


      IP属地:江苏来自Android客户端3楼2015-01-18 11:35
      收起回复
        没有用过AutoLink……


        IP属地:广东来自Android客户端4楼2015-01-18 12:53
        收起回复
          调用贴吧也可以,不过要去反编译贴吧,看看它的活动名是什么。
          Intent intent2 = new Intent();
          intent2.setAction("android.intent.action.VIEW");
          Uri url2 = Uri.parse("http://tieba.baidu.com/f?kw=tthhr");
          intent2.setData(url2);
          startActivity(intent2);
          这个不是的


          IP属地:江苏来自Android客户端5楼2015-01-18 13:35
          收起回复