orhanobut / dialogplus

Advanced dialog solution for android
Apache License 2.0
5k stars 793 forks source link

This library should be marked as depreacated #172

Open idish opened 5 years ago

idish commented 5 years ago

There's a component from android SDKs that is responsible exactly for this kind of job, the component is called BottomSheetDialog or BottomSheetDialogFragment. and is part of android.support.design since version v24.3! After using both libraries (dialogplus and the one from the support lib). I can say that the support lib is far more robust solution, and seems to be more fluent and less laggy.

Read here: https://material.io/develop/android/components/bottom-sheet-dialog-fragment/

I advice you guys to mark this library as deprecated, so people like me won't waste their time integrating external non-relevant libraries in their projects.

Obviously, I thank you very much for the good work.