https://www.simplifiedcoding.net/wordpress-to-android-app-tutorial/
Hello, guys welcome to WordPress to Android App Tutorial. In past few years WordPress has grown so much. It is the most popular blogging platform as more than 60 million websites are running on it.
WP REST API is one of the best features added to WordPress. It allows developers to create apps that can easily integrate with WordPress platform. Using this API we can easily retrieve our WordPress site’s data like posts, media, users, etc in JSON format by just sending HTTP request.
So in this tutorial I will teach you to make a very basic Android app for WordPress blog or website using WP REST API.
Note: This tutorial is about creating a very basic Android APP using WP REST API. If you are looking for a complete app with all the standard features like, PUSH NOTIFICATION, BOOKMARKS, SOCIAL SHARINGetc. Then you can buy it from us. To get the Android App for your WordPress Blog CLICK HERE.
WordPress to Android App using WP REST API Video Demo
You can check this small video clip demonstrating the final output of this WordPress to Android App Tutorial.
Now, if you want to make the same then lets begin our tutorial.
How to work WP REST API?
- To use WP REST API we require following two plugins. So first install these plugins in your wordpress blog.
Installing REST API Plugins
WordPress REST API (Version 2)
- Get this plugin from here -> https://wordpress.org/plugins/rest-api/
- It is the official WP REST API plugin that will be used to fetch data from blog.
REST API – Filter Fields
- Get this plugin from here -> https://wordpress.org/plugins/rest-api-filter-fields/
- The JSON data that we will fetch contains some fields that we don’t require. So using this plugin we can filter the data to decrease its size.
Just go the links that I have given above to download and then install these plugins on your blog.
Comments
Post a Comment