Get WooCommerce products using REST api without any middleware in Android App

Is it possible to retrieve all WooCommerce product data to android app using REST api with HTTP method.

I’ve website where I’ve enabled REST api and I want to retrieve that data into mobile app. Is it possible without any middleware ?

Read More

If not, which PHP framework will be easier for this ?

Related posts

Leave a Reply

1 comment

  1. You don’t need to use any PHP Framework for this!

    What you just need to do is written at this link.
    And you can find how to call woocommerce rest apis here

    Then you just need to call the API directly from your android code. You may be using something like volley for doing your network communication in android.