Chintan Rathod

Results 11 comments of Chintan Rathod

To change title, we require to change in code. I have not mentioned in this repo but I have implemented it before. Give me some time and I will update...

This worked for me. `recyclerView.smoothScrollToPosition(position); `

Found solution. Use below rules. ``` #week calender -dontwarn org.joda.** -keep class org.joda.** { *; } -keep interface org.joda.time.** { *; } -keep class noman.** { *; } -keep class...

This is because it has "http" protocol used. Open module gradle file and set "https" instead. From Android 9 and onwards, plaintext communication is prevented.

Understand your approach and a good suggestion though there is no other Source control currently in our structure. Need to reframe root document with "Version Control".

Asif, Thanks for the concern. Unfortunately I dropped to maintain this code.

This is very simple code to create a rectangle on view. It require finishing to work with dynamic approaches. Due to lack of time I am not maintaining it for...

For 2nd point, we require to prevent rectangle to be reverse. Right corner ball must not cross left top ball. Right bottom ball must have positive difference to top left...

@asifjavaid I am sorry to say but I am no longer maintaining this project due to time crunches. I guess to fulfill your requirement, you can use [Android-Image-Cropper](https://github.com/ArthurHub/Android-Image-Cropper) library. It...

@samiraj99 You require to initialize same class for 2 times. You will able to put more than 1 rectangles.