在 Android 应用程序中使用 REST api 获取 WooCommerce 产品,无需任何中间件

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

是否可以使用 REST api 和 HTTP 方法将所有 WooCommerce 产品数据检索到 android 应用。

我的网站启用了 REST api,我想将该数据检索到移动应用程序中。没有任何中间件可以吗?

如果不是,哪个 PHP 框架会更容易?

You don't need to use any PHP Framework for this!

你要做的就是写在这个link。 你可以找到如何调用 woocommerce rest apis here

然后您只需直接从 android 代码中调用 API。您可能正在使用 volley 之类的东西在 android 中进行网络通信。