WooDroid icon indicating copy to clipboard operation
WooDroid copied to clipboard

Simple, robust Woocommerce API sdk for java and android

Results 16 WooDroid issues
Sort by recently updated
recently updated
newest added

Can you post Pro-Guard fo this gradle

Hi! When I run the app with no errors this is my logcat ActivityManager: Invalid packageName: me.gilo.woodroid.app Thanks!

please tell me how to request products using java

can anyone provide me code for using Cart Repository? I am having hard time to figure it out "code":"rest_no_route","message":"No route was found matching the URL and request method","data":{"status":404} This is...

I already manually add some implementations because of errors ``` implementation 'com.github.gilokimu:woodroid:0.2.1' implementation 'com.squareup.retrofit2:retrofit:2.6.1' implementation 'com.squareup.retrofit2:converter-gson:2.3.0' implementation "com.google.code.gson:gson:2.8.2" implementation 'com.squareup.okhttp3:okhttp:4.1.0' implementation 'com.squareup.okio:okio:2.2.2' implementation "com.squareup.okhttp3:logging-interceptor:4.1.0" ``` Did I have to do...

Any idea how to configure the order completed webhook? For example: As soon as an order is completed/payment is done, I should be notified via webhook in my android application.