Prem Suman
Prem Suman
Fixed crash being caused by `The source file doesn't exist` when calling `DestinationConstraint.satisfy(File)`
I have a requirement where I have a list of entities, and every entity has their own set of `disabledDays` So whenever I select an entity, I have to set...
I have a requirement where I have a list of entities, and every entity has their own set of `disabledDays` So whenever I select an entity, I have to set...
- Added `replaceDisabledDates()` to replace existing disabled dates with a new array - `shouldCorrectlySaveAndRestoreAParcelWithDisabledDays()` android test was failing because of random ordering of items in the cloned list, solution is...
- Added `replaceDisabledDates()` to replace existing disabled dates with a new array - `shouldCorrectlySaveAndRestoreAParcelWithDisabledDays()` android test was failing because of random ordering of items in the cloned list, solution is...
Thanks for this great library! It has proven to be very useful to me. However, I had to create an implementation, where there are two steps in between a progressbar,...
I have tried it on multiple devices, but the issue is persistent. Whenever I open the camera the app crashes, giving the following log: ``` 09-21 15:20:43.786 24476-24476/com.cncoding.teazer I/CameraManagerGlobal: Connecting...
I found this library really fascinating! Thank you. There were few customizations I wanted to point out: - Developers should be able to choose the background and stroke color of...
Is there any way to update just the existing DataManager object and its associated ItemBinder, when the model is updated/changed (in an adapter of multiple DataManagers and ItemBinders)?
Hey thanks for this awesome library, it helped me learn a lot! I have a question though, can we populate a horizontal RecyclerView in the dialog?