Faruk Toptaş

Results 47 comments of Faruk Toptaş

Thank you @vishesh :) I think a materialish ui will be great for the next release.

@rr-akshay-dave @DevHisham My apologies for the delayed response. If this is an active issue for you please let me know.

Thanks :) Do you want to get the progress value from the view at a certain time or via a listener continuously?

it should not be triggered each time drawCircle method called. It may cause performance problems. There must be configurable minimum(default value may be 100ms) timeout to trigger this method. If...

@haaweejee sorry for the late reply. Can you try `.hide()` method instead of `onSkip()`. This will trigger the next show case item. ``` view.findViewById(R.id.bt_skip).setOnClickListener { listener.hide() } ``` Wiki doc:...

Thanks @Exadra37 I will update the repo asap.