All Projects → jaisonfdo → Bottomsheetexample

jaisonfdo / Bottomsheetexample

Example app for Android BottomSheet

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Bottomsheetexample

material-activity-chooser
This library allows to use Material activity choosers on Jelly Bean+.
Stars: ✭ 59 (+180.95%)
Mutual labels:  bottomsheet
Ratebottomsheet
To help to promote your android app by prompting users to rate your app in a BottomSheet ⭐️
Stars: ✭ 268 (+1176.19%)
Mutual labels:  bottomsheet
Superbottomsheet
Android native BottomSheet on steroids 💪
Stars: ✭ 548 (+2509.52%)
Mutual labels:  bottomsheet
PullableSheet
Pullable sheet like a default map app or bottom sheets (Android).
Stars: ✭ 65 (+209.52%)
Mutual labels:  bottomsheet
Ubottomsheet
iPhone Maps App bottom sheet - A Protocol Oriented Approach
Stars: ✭ 259 (+1133.33%)
Mutual labels:  bottomsheet
Gtsheet
An easy to integrate solution for presenting UIViewControllers in a bottom sheet
Stars: ✭ 282 (+1242.86%)
Mutual labels:  bottomsheet
YYBottomSheet
Simple and Clear BottomSheet
Stars: ✭ 45 (+114.29%)
Mutual labels:  bottomsheet
Anylayer
Android稳定高效的浮层创建管理框架
Stars: ✭ 745 (+3447.62%)
Mutual labels:  bottomsheet
Bottomsheet Imagepicker
Modern image picker for Android
Stars: ✭ 267 (+1171.43%)
Mutual labels:  bottomsheet
Sheets
⭐ ‎‎‎‏‏‎ ‎Offers a range of beautiful sheets (dialogs & bottom sheets) for quick use in your project. Includes many ways to customize sheets.
Stars: ✭ 441 (+2000%)
Mutual labels:  bottomsheet
BottomSheet
BottomSheet lets you add custom bottom sheets to your SwiftUI apps.
Stars: ✭ 111 (+428.57%)
Mutual labels:  bottomsheet
SlidingUpMenu
🚀 A very customizable library that allows you to present menu items (from menu resource and/or other sources) to users as a bottom sheet.
Stars: ✭ 26 (+23.81%)
Mutual labels:  bottomsheet
Androidbottomsheet
Provides a bottom sheet as proposed by Android's Material design guidelines.
Stars: ✭ 337 (+1504.76%)
Mutual labels:  bottomsheet
BottomSheet
Example project showing how to implement a bottom sheet in Swift 5 using container/child view controllers, UIPanGestureRecognizer, and constraint animations.
Stars: ✭ 31 (+47.62%)
Mutual labels:  bottomsheet
Xpopup
🔥XPopup2.0版本重磅来袭,2倍以上性能提升,带来可观的动画性能优化和交互细节的提升!!!功能强大,交互优雅,动画丝滑的通用弹窗!可以替代Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner等组件,自带十几种效果良好的动画, 支持完全的UI和动画自定义!(Powerful and Beautiful Popup for Android,can absolutely replace Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner. With built-in animators , very easy to custom popup v…
Stars: ✭ 6,106 (+28976.19%)
Mutual labels:  bottomsheet
MaterialDesignSample
Android transition元素共享动画、CoordinatorLayout、AppBarLayout、FloatingActionButton、BottomSheet、SnackBar、自定义behavior实现动画效果。
Stars: ✭ 28 (+33.33%)
Mutual labels:  bottomsheet
Cornersheet
Behavior to expand view from corner
Stars: ✭ 274 (+1204.76%)
Mutual labels:  bottomsheet
Overlaycontainer
Non-intrusive iOS UI library to implement overlay based interfaces
Stars: ✭ 777 (+3600%)
Mutual labels:  bottomsheet
Hwpanmodal
HWPanModal presents controller from bottom and drag to dismiss, high customize. iOS13 default modalPresentationStyle. 任意形式的底部弹框动画;头条、知乎、抖音弹出评论效果;地图浮层,iOS13 present默认模态效果。
Stars: ✭ 713 (+3295.24%)
Mutual labels:  bottomsheet
Modalbottomsheetdialogfragment
Modal bottom sheet dialog based on the Material Guidelines
Stars: ✭ 421 (+1904.76%)
Mutual labels:  bottomsheet

BottomSheetExample

Example app for Android BottomSheet

ScreenShot

Bottom Sheet is a view that slides up from the bottom of the screen.Bottom sheets are displayed as a result of the user-triggered action, and also it can reveal additional content by swiping up.

According to material design, Bottom Sheets can be two types : Persistent and Modal

Persistent : It remains visible on the screen.You need to include your bottom sheet inside the main layout.To make a view as persistent Bottom Sheet in your screen all you need to do is have CoordinatorLayout at the top level of your layout.

Modal : Modal bottom sheets are dialogs which are alternatives to content choosers, simple menus or dialogs, and can display deep-linked content from another app. It is similar to a Dialog, for this you need BottomSheetDialogFragment.

In this Sample app explains how to create and implement a BottomSheet into your application.

For more information, check out my detailed guide here : http://droidmentor.com/exploring-bottom-sheets-in-android/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].