How to retrieve posts from a WordPress Blog in an Android App?

前端 未结 3 2192
礼貌的吻别
礼貌的吻别 2021-01-30 11:51

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

3条回答
  •  庸人自扰
    2021-01-30 12:21

    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 .

提交回复
热议问题