Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

can we check web site link in text view and make is url like

<TextView 
    android:layout_width="wrap_content"
    android:layout_height="wrap_content" android:text="@string/txtCredits"
    android:autoLink="web" android:id="@+id/infoTxtCredits"
    android:layout_centerInParent="true"
    android:linksClickable="true"></TextView>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #check #web #site #link #text #view #url
ADD COMMENT
Topic
Name
9+7 =