Nimrod Dayan

Results 15 comments of Nimrod Dayan

Dagger Android is designed in a specific way where `Application` holds the top most level component that knows about Android components such as Activity, Service, etc. When `AndroidInjection.inject(this)` is called...

sure we can add that. feel free to make a pull request with your changes ;)

Short answer: yes, it does. Unfortunately there doesn't seem to be anything that I currently can do about it. You should set the focus back to the UI element, which...

care to share your solution? or perhaps make a pull request? thanks!

@locomundo feel free to share what you've done. From WizarDroid perspective, `notifyCompleted()` should be called when the user is done interacting with the current step and ready to proceed to...

@avrahamshukron calling `notifyDataSetChanged()` is necessary after adding/removing fragments from `ViewPager`.

And what happens if you fast swipe the pages? Did you test?

Hello @hsz and thank you for your feedback. WizarDroid is an open source project developed in my spare time (which is extremely limited these days). You may contribute a fix...

It's not possible right now

It's currently not supported, but maybe in the future releases