Sarthak Mishra

Results 16 comments of Sarthak Mishra

Anyone looking to use it can do so by using the following gradle ` implementation 'com.github.india2sarthak:android-image-picker:main-SNAPSHOT'`

@esafirm Really appreciate you picking this, been really busy with other stuff and hence have not been able to pick this. Wrt to the config modes (None, Icon, First tile)....

Hey @esafirm, I think we can have an "other" option in the folder activity. Which on clicking would open the documents picker of the system, which would show the photos...

Okay, so I created a PR (https://github.com/esafirm/android-image-picker/pull/400) with the same capability. @esafirm Please do take a look at it!

@yarolegovich Any updates on this? The library works great. However, not being able to set the height and width of the individual items is a huge turn-off

@zihejia Hey we got the same crash from one of our usrers. Here is the crash log ``` Fatal Exception: java.lang.InternalError: Thread starting during runtime shutdown at java.lang.Thread.nativeCreate(Thread.java) at java.lang.Thread.start(Thread.java:733)...

First of all, big thanks to @chenyun122 for coming up with this amazing lightweight library. I've come up with a very basic solution (https://github.com/chenyun122/StepIndicator/pull/29) to achieve this. It does not...

I've come up with a very basic solution (https://github.com/chenyun122/StepIndicator/pull/29) to achieve this. Here's how you can use it.. ```swift // Initialize progressbar through code or storyboard let progressBar = StepIndicatorView()...

Any updates on this? Facing the same crash in 9.5.0 as well.