Please can you give example for DialogFragment() with Dagger
Opened this issue · 4 comments
Deleted user commented
Ex.
BaseDialogFragment : DialogFragment(), Injectable
souravpany commented
you can do the way as follows :
1st Step -
create a kotlin class as - BaseDialog fragment then in that do as follows -
BaseDialogFragment : DialogFragment()
2nd Step -
Create module and components for dialog fragment then rebuild the project - follow the code as follows -
DialogFragmentModule - here you can provide the method like your view model, layout manager functions etc.
DialogFragmentComponent - here you can add the scope and components with inject methods.
mitchtabian commented
This is not an issue. Please don't request videos/features as an issue.
Deleted user commented
I wont do it again. Sorry for that... plz tell me how should i reach you.
Is there any dedicated medium for paid members...
…On Tue, 4 Feb 2020, 12:07 a.m. Mitch Tabian, ***@***.***> wrote:
This is not an issue. Please don't request videos/features as an issue.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6?email_source=notifications&email_token=AFPAFC73I3PVDSUMDEI2DK3RBBP6TA5CNFSM4KNCXHA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKU5HVA#issuecomment-581555156>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFPAFC4V5UUBL2LSQBGMTO3RBBP6TANCNFSM4KNCXHAQ>
.
Deleted user commented
plz can you do a video feature for DialogFragment() ?