I have an Edittext fild in my android application, I will update the content dynamically.I need to make all web address appearing in the Edittext box clickable and need to load the web page in default browser.how can i do this in my code?
<EditText
android:id="@+id/message_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="5dp"
android:layout_marginRight="3dp"
android:background="#ffffff"
android:editable="false"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textColor="#000000"
android:textStyle="bold" />