I’m trying to populate a listview with titles from an external wordpress site, which will in turn each become links to each post. I have no idea how to make this happen.
I have a php script behind the wordpress site that can pull the titles and the contents of the posts that I want. How can I use this?
Could someone point me in the right direction?
You will need to Parse the information or the titles. JSOUP is the more common and works very well. I use this for several projects.