I'm created android and ios Ecommerce application using Mobile buy SDK for android and Mobile buy SDK for ios.
My question is that how to get a Blog-List from SDK and i need to display Blog-List then on click of blog list display article so is there anyone implemented this type of functionality using query and get blocks from mobile-buy-sdk-android?
This is my SDK for android : SDK
Ref:
- https://help.shopify.com/en/api/reference/online-store/blog#
- https://help.shopify.com/en/api/storefront-api/reference/object/blog
- https://help.shopify.com/en/api/reference/online-store/article
Get properties like below attached image but unable to find any code snippet of how to call query and get block list.
Finally i've got an solution for getting blog-list and article-list and article details by written functions. i've posted here because it'll helpful to others.
Blog-List Query:
Article-List Query :
Single Article Details Query:
Hope this may helps you :)