You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
There's a component from android SDKs that is responsible exactly for this kind of job, the component is called
BottomSheetDialog
orBottomSheetDialogFragment
. and is part ofandroid.support.design
since versionv24.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.
The text was updated successfully, but these errors were encountered: