Setare Maghari

Results 6 comments of Setare Maghari

@thomper but it says: Error:Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.github.thomper:sweet-alert-dialog:v1.4.0.

@slawkens works like a charm. i don't know why i hadn't test it before. tnx

hi, if you want to make order, you have to make an array first(as mentioned in woocommerce API in this link: https://woocommerce.github.io/woocommerce-rest-api-docs/#create-an-order) ` $data = [ 'customer_id' => 1, 'billing'...

i know its late, maybe it would be useful for others. the other way is adding the library classes instead of using gradle. after adding library classes you can change...

@sinadalvand i think your code is not correct, you have to do something like this: `FrameLayout android:id="@+id/toolbar_container" android:layout_width="match_parent" android:layout_height="wrap_content">