skydoves / FlexibleBottomSheet

🐬 Advanced Compose Multiplatform bottom sheet for segmented sizing, non-modal type, and allows interaction behind the bottom sheet similar to Google Maps.
Apache License 2.0
791 stars 36 forks source link

In a non-Compose project, what libraries are good options to achieve an effect similar to FlexibleBottomSheet and offer equally convenient functionality? #35

Closed yiyeshua closed 4 months ago

yiyeshua commented 4 months ago

My project is a mixed one using both Kotlin and Java, and it doesn't utilize Compose. Apart from the official BottomSheet, are there any similar libraries available?

skydoves commented 4 months ago

Aren't there many ways to implement this in XML, such as using BottomSheetDialogFragment?