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 ?
If not, which PHP framework will be easier 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.