How could i read the text from this url for each row and the images.
And the populate a row for each item. Populating the images in a imageview and the text in a text view?
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.
If you wanted to do something like this you would have to know how to parse the data coming in from the URL. For instance you would open up an http connection to the website and then download that page and its data and then once you have it it you would parse it for information you want. In particular, its a little difficult because it doesn’t have a provider service to give you that data in a clean form like XML/JSON etc. Give it a try, first start off by looking through the page’s source code on a browser and see if there is some kind of pattern you notice.
It’s all fair game!