Kamran Ahmed Ansari

Results 9 issues of Kamran Ahmed Ansari

Code copied from README.md: ScrollGalleryView .from(binding.scrollGalleryView) .settings( GallerySettings .from(childFragmentManager) .thumbnailSize(100) .enableZoom(true) .build() ) .add( image(imageUrl)) .build() This is the crash log I get: java.lang.NoSuchMethodError: No static method with(Landroid/content/Context;)Lcom/squareup/picasso/Picasso; in class...

When you raise an intent from any application to pick a directory to save stuff, Cabinet makes the user choose a file instead.

Fixes #7 --- This change is [](https://reviewable.io/reviews/palaima/androidsmoothbluetooth/8)

Not always do we want to let the device connect to just any device found around. Most of the applications would need to connect to specific devices around, may it...

File names with spaces are not allowed. --- This change is [](https://reviewable.io/reviews/lesilva/betterspinner/73)

This pull request fixes issue #87. --- This change is [](https://reviewable.io/reviews/iammert/materialintroview/88)

The sample code shown in the README.md file has an invalid method name mentioned - `setShapeType` which is in reality `setShape`.

I was looking for a sample code to pick from the README, was doubtful about this library having a capability of doing the same. Hence, I think it would be...

While using with `Theme.AppCompat`, it does not adapt with the theme. Even with `app:met_floatingLabelTextColor="#FFFFFFFF"`, it still remains dark and unreadable.