All Projects → hantrungkien → BottomSheetBehavior

hantrungkien / BottomSheetBehavior

Licence: Apache-2.0 license
BottomSheetBehavior is an android library extracted from the Google I/O 2018 application source code.

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to BottomSheetBehavior

Stickytabbarviewcontroller
Sticky and Collapsible View on top of tab bar
Stars: ✭ 82 (+583.33%)
Mutual labels:  bottom-sheet, bottomsheet
Bottomify Navigation View
A nice looking Spotify like bottom navigation view
Stars: ✭ 97 (+708.33%)
Mutual labels:  bottom-sheet, bottomsheet
React Native Bottom Sheet
A performant interactive bottom sheet with fully configurable options 🚀
Stars: ✭ 2,695 (+22358.33%)
Mutual labels:  bottom-sheet, bottomsheet
react-spring-bottom-sheet
Accessible ♿️, Delightful ✨, & Fast 🚀
Stars: ✭ 604 (+4933.33%)
Mutual labels:  bottom-sheet, bottomsheet
React Native Bottomsheet Reanimated
React Native bottom sheet with fully native 60 FPS animations and awesome user experience
Stars: ✭ 80 (+566.67%)
Mutual labels:  bottom-sheet, bottomsheet
React Native Scroll Bottom Sheet
Cross platform scrollable bottom sheet with virtualisation support, native animations at 60 FPS and fully implemented in JS land 🔥
Stars: ✭ 1,226 (+10116.67%)
Mutual labels:  bottom-sheet, bottomsheet
Ubottomsheet
iPhone Maps App bottom sheet - A Protocol Oriented Approach
Stars: ✭ 259 (+2058.33%)
Mutual labels:  bottom-sheet, bottomsheet
React Native Raw Bottom Sheet
Add Your Own Component To Bottom Sheet Whatever You Want (Android and iOS)
Stars: ✭ 771 (+6325%)
Mutual labels:  bottom-sheet
Bottomdialogs
An Android library that shows a customizable Material-based bottom sheet. API 11+ required.
Stars: ✭ 624 (+5100%)
Mutual labels:  bottom-sheet
Dialogplus
Advanced dialog solution for android
Stars: ✭ 4,936 (+41033.33%)
Mutual labels:  bottom-sheet
SheetSelection
An Android library for display list and be able to select the item as BottomSheet.
Stars: ✭ 85 (+608.33%)
Mutual labels:  bottomsheet
Sweetcurtain
A framework that provides CurtainController. CurtainController is a container view controller that implements a content-curtain interface. You can find a similar implementation in applications like Apple Maps, Find My, Stocks, etc. Someone calls it "Pull Up" or "Bottom Sheet".
Stars: ✭ 109 (+808.33%)
Mutual labels:  bottom-sheet
Rn Swipeable Panel
Zero dependency swipeable bottom panel for React Native 📱
Stars: ✭ 415 (+3358.33%)
Mutual labels:  bottom-sheet
React Native Js Bottom Sheet
A React Native implementation of Android's bottom sheet
Stars: ✭ 29 (+141.67%)
Mutual labels:  bottom-sheet
Anchor Bottom Sheet Behavior
BottomSheet behavior with collapsed, expanded and anchor states
Stars: ✭ 139 (+1058.33%)
Mutual labels:  bottom-sheet
SSImagePicker
Easy to use and configurable library to Pick an image from the Gallery or Capture an image using a Camera... 📸
Stars: ✭ 227 (+1791.67%)
Mutual labels:  bottomsheet
Sliding Panel
Android sliding panel that is part of the view hierarchy, not above it.
Stars: ✭ 433 (+3508.33%)
Mutual labels:  bottom-sheet
AmapLike
【高仿】高德地图 包含定位、搜索、路径规划等功能 map bottomsheet
Stars: ✭ 51 (+325%)
Mutual labels:  bottomsheet
BottomSheet
A BottomSheet component made with UIKit. Completely written in Swift 🧡
Stars: ✭ 62 (+416.67%)
Mutual labels:  bottomsheet
JXBottomSheetTableView
A highly packaged, easy to use custom bottom sheet UITableView.
Stars: ✭ 47 (+291.67%)
Mutual labels:  bottomsheet

BottomSheetBehavior

BottomSheetBehavior is an android library extracted from the Google I/O 2018 application source code.

License Platform

install:

via JitPack (to get current code)

project/build.gradle

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}

module/build.gradle

implementation 'com.github.hantrungkien:BottomSheetBehavior:1.0.3'

How to use please review in the demo app

Contribution

If you've found an error, please file an issue.

Patches and new samples are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub.

LICENCE

Copyright 2018 Kien Han Trung

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].