I do html parsing like this
Android HTML Parser Example
Now I have a listView with a searchresult from site.
How do I get the “href=” of this item and then go to this site?
Thanks..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the below code u can get the
hrefof the element if u pass the element as the argument. Then u can proceed by going to the site.