Ikomi Moses Mueyiwa

Results 7 comments of Ikomi Moses Mueyiwa

Since its not been added to the main library, here is an updated fork implementation 'com.github.interwap:MaterialSpinner:v2.0.1' https://github.com/interwap/MaterialSpinner/

@gigaga its a Jitpack repo... Forgot to mention that...

@gigaga I had issues with multidex on the other version when used with the [Material Stepper](https://github.com/stepstone-tech/android-material-stepper). library. So it wouldnt even let gradle build successfully. Hence the need to fix...

> > The when creating charts it is necessary to provide the labels at least. With the labels in place the Charts will automatically fill in the value 0 as...

Hi @dswmedia apparently, using the SDK's subscribe method doesn't work right out the box for version 2. You may have to use the rest API. I, however, had to pay...

@dswmedia yes, this is via the API... but not using the Sendgrid SDK. I'd imagine that the point of even using the SDK at all is so we don't get...

> @interwap I just encountered the same issue, but was able to resolve it using the SDK with the following: > > $sg = new \SendGrid("SG.XXXX"); > $request_body = json_decode('{"contacts":[{"email":"[[email protected]](mailto:[email protected])"}]}');...