json - Creating an Android app for a website based on WordPress -
so i'm developing android application website based on wordpress.
i understand parse every post, need using concept of json parsing. i've been following tutorial,
http://karanbalkar.com/2014/08/tutorial-85-fetch-data-from-wordpress-posts-using-json-api/
after research i've discovered wordpress has new wp rest api apparently makes things easier , faster. can't find how use in android app. how different parsing json in above tutorial?
it same, wp api http rest api can , post wordpress related objects. plugin still in beta test tho.
if need read articles website , display them in android app, maybe using built in rss feed better : www.example.com/feed/
can parse feed app in simple way.
note rss feed using xml not json wp api.
Comments
Post a Comment