benoitletondor / Android-Studio-MVP-template

Android MVP template for Android Studio
Apache License 2.0
628 stars 121 forks source link

DialogFragment #16

Closed ghost closed 6 years ago

ghost commented 6 years ago

hi how can i make a DialogFragment extend BaseFragment?

benoitletondor commented 6 years ago

Hi,

This template doesn't cover the DialogFragment but I made a library that you can include into your repo that contains all boilerplate of this MVP template + the one of DialogFragment: https://github.com/benoitletondor/mvp-core

It's the same code between this template and this library and it comes as an handy gradle dep so it's easier to use.

Let me know if something's not clear.

ghost commented 6 years ago

Thank you so much :)