<img src="http://bvcelearningadmin.in/assets/upload_data/test_data/test/taketestimg.png" alt="" width="109" height="100" />What this is representing about?"
I have tried in this way. But I am able get only the Text and the Image URL is unable to extract.
String dislayvalureareprint = "<img src=\\\"http:\\/\\/bvcelearningadmin.in\\/assets\\/upload_data\\/test_data\\/test\\/taketestimg.png\\\" alt=\\\"\\\" width=\\\"109\\\" height=\\\"100\\\" \\/>My name is what tell me?\"";
Uri value = Uri.parse(dislayvalureareprint);
Log.d("displayurl","--- "+value);
Spanned spanned = Html.fromHtml(dislayvalureareprint);
Log.d("displaytext","--- "+spanned);
Thanks in Advance.!