I\'m trying to develop an Android app for browsing a Wordpress-powered blog I own. I\'m trying to figure out how to retrieve posts and other information from the blog to display
There is an alternative way also , and its working good,
you can install json plugin in your word press and you can retrieve all the post by requesting the url ... and parsing the response json in your android views will be working .