shopapp-shopify-android
shopapp-shopify-android copied to clipboard
provider for nopcommerce
hi
i work on mobile app for nopcommerce
Is it possible with your method?
Hello @rmmahryar,
ShopApp is a stand-alone solution for ecommerce. For connecting app to nopcommerce you need to create your own provider. To do this you need to add dependency implementation 'com.github.rubygarage:shopapp-android:x.x.x'
and implement Api interface. This repository might be a good example how to write similar provider.