In my Android app, I am accessing a website using GET requests to its API. The request returns an HTML file with a variety of user information. From this, I want to know how to extract user data, such as their profile pictures, their data and such. I would like to know how I could access and retrieve this data to display in my app.
Any help will be greatly appreciated.
Thanks in advance.
The easiest way to go for HTML Parsing to extract and manipulate the data then go for
JSoup……See this link for more details:
http://jsoup.org/