BottomSheetPickers is an Android UI library that provides alternative date and time picker components designed to replace the default system pickers with a more modern bottom sheet interface. It supports Android API level 14 and above, making it compatible with a wide range of devices, including older versions of Android. The library includes multiple picker styles such as number pad time pickers and grid-based pickers, offering different interaction models depending on the use case. These pickers are implemented as dialog fragments, allowing them to integrate smoothly into existing Android applications while maintaining lifecycle awareness. The library is built on top of Android support libraries and can be customized through various configuration options such as themes, callbacks, and builder patterns. Developers can easily handle user input through listener interfaces, enabling flexible integration with application logic.
Features
- Bottom sheet-style date and time pickers
- Supports API level 14 and above
- Multiple picker types (number pad, grid, date picker)
- DialogFragment-based integration
- Customizable themes and builder configuration
- Callback interfaces for handling user input