String using this one:
String stringConvertor="We are looking for talented individuals who share our values and <a href='http://www.precipeace.com/about/' target='_blank'>mission</a>. What is your motivation for joining our company?","quesNo":1,"__v":0,"isDelete":false,"createdAt":"2017-08-16T11:51:05.644Z"},{"_id":"599431be8eedf235d9965a08","question":"Currently, we utilize coaching techniques like CBT, positive psychology, and other solution focused techniques to help our clients. <br class='breakclass'/><br class='breakclass'/> Are you familiar and capable of utilizing these techniques or open to learning about them? What other techniques do you have experience with that you feel would benefit your future clients?"
Code:
<TextView
android:id="@+id/txt_screening_question"
android:layout_width="match_parent"
android:gravity="center"
android:layout_height="wrap_content"
android:paddingBottom="@dimen/text_size_medium"
android:textSize="@dimen/text_size_medium"
android:autoLink="web"
android:linksClickable="true"
android:text="We are looking for talented individuals who share our values and mission. What is your motivation for joining our company?"
android:textColor="@color/colorGrey"/>
Java code:
Linkify.addLinks(txtScreeningQuestion, Linkify.WEB_URLS);
txtScreeningQuestion.setText(Html.fromHtml(stringConvertor));
Provide me Solutions how to perform click on it Please give me any solutions how to perform click on anchor tag string