All Projects → miguelhincapie → Custombottomsheetbehavior

miguelhincapie / Custombottomsheetbehavior

Licence: apache-2.0
Custom BottomSheetBehavior for Android that mimic Google Maps behavior

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Custombottomsheetbehavior

Jquery Store Locator Plugin
A store locator plugin using Google Maps API version 3
Stars: ✭ 471 (-44.19%)
Mutual labels:  google-maps
Sx.el
Stack Exchange for Emacs
Stars: ✭ 667 (-20.97%)
Mutual labels:  stackoverflow
Binexp
Linux Binary Exploitation
Stars: ✭ 742 (-12.09%)
Mutual labels:  stackoverflow
Vue Googlemaps
Integrate Google Maps in your Vue application
Stars: ✭ 516 (-38.86%)
Mutual labels:  google-maps
Leku
🌍 Map location picker component for Android. Based on Google Maps. An alternative to Google Place Picker.
Stars: ✭ 612 (-27.49%)
Mutual labels:  google-maps
Gmplot
Plot data on Google Maps, the easy way.
Stars: ✭ 668 (-20.85%)
Mutual labels:  google-maps
Scoold
A Stack Overflow clone for teams (self-hosted)
Stars: ✭ 463 (-45.14%)
Mutual labels:  stackoverflow
Wanderlust The Travellers App
👟 An android application for travellers which allows them to save their journey experiences at one place in an organizable way. For detailed description, read the README.md file. Moreover, the application's design follows the latest HCI and UI/UX design guidelines.
Stars: ✭ 23 (-97.27%)
Mutual labels:  google-maps
Heatmap.js
🔥 JavaScript Library for HTML5 canvas based heatmaps
Stars: ✭ 5,685 (+573.58%)
Mutual labels:  google-maps
Use Places Autocomplete
😎 📍 React hook for Google Maps Places Autocomplete.
Stars: ✭ 739 (-12.44%)
Mutual labels:  google-maps
Flask Googlemaps
Easy way to add GoogleMaps to Flask applications. maintainer: @RiverFount
Stars: ✭ 550 (-34.83%)
Mutual labels:  google-maps
Snazzy Info Window
Customizable info windows using the Google Maps JavaScript API.
Stars: ✭ 560 (-33.65%)
Mutual labels:  google-maps
So
A terminal interface for Stack Overflow
Stars: ✭ 694 (-17.77%)
Mutual labels:  stackoverflow
Xamarin.forms.googlemaps
Map library for Xamarin.Forms using Google maps API
Stars: ✭ 483 (-42.77%)
Mutual labels:  google-maps
React Google Maps Api
React Google Maps API
Stars: ✭ 791 (-6.28%)
Mutual labels:  google-maps
Trail Android
🚕 Simple, smooth animation for route / polylines on google maps using projections.
Stars: ✭ 465 (-44.91%)
Mutual labels:  google-maps
Stackoverflow Dark
📚 Dark theme for Stack Overflow & most Stack Exchange network sites
Stars: ✭ 671 (-20.5%)
Mutual labels:  stackoverflow
Disatbot
DABOT: Disaster Attention Bot
Stars: ✭ 26 (-96.92%)
Mutual labels:  google-maps
Sketch Map Generator
Sketch plugin to fill a shape with a map generated from a given location using Google Maps and Mapbox
Stars: ✭ 824 (-2.37%)
Mutual labels:  google-maps
Gmaps
Google maps for Jupyter notebooks
Stars: ✭ 705 (-16.47%)
Mutual labels:  google-maps

CustomBottomSheetBehavior like Google Maps for Android Download

Android Studio Project using Support Library focused on get Google Maps 3 states behavior including background image parallax and toolbars animations.

Installation

In your module/project build.gradle file add

dependencies {
   ...
   implementation 'com.mahc.custombottomsheetbehavior:googlemaps-like:0.9.1'
}

Usage

[CustomBottomSheetBehavior]

Wiki under construction but still with some info already, until I complete it you can take a look at the example (app module).

Check the following files

What I did?

  1. I took the code from BottomSheetBehavior.java from Support Library 23.4.0 and added one state for anchor mode, so now you have:
    STATE_HIDDEN
    STATE_COLLAPSED
    STATE_DRAGGING
    STATE_ANCHOR_POINT
    STATE_EXPANDED.

  2. Created Behaviors for FAB, ToolBars and ImageView.

Motivation

Spend more than 3 days looking snipet of code or stackoverflow answers about it with no luck.

Current state

Trying to help/close issues.

Contributing

Do you want to help? Wanna improve it? Go ahead! you can start in issues page

Question about it in StackOverflow

If you like this project give me a vote up at:
Sliding up image with Official Support Library 23.x.+ bottomSheet like google maps.
Related questions:
Android Support BottomSheetBehavior additional anchored state
How to mimic Google Maps' bottom-sheet 3 phases behavior?
Sliding BottomSheet like google map
How to create bottom sheet effect which cover full activity when user scrolls up
How to make custom CoordinatorLayout.Behavior with parallax scrolling effect for google MapView?
How to handle issues of the new bottom sheet of the support/design library?
Open an activity or fragment with Bottom Sheet Deep Linking
BottomSheetDialogFragment - How to set expanded height (or min top offset)

Credits

License

Licensed under the Apache License, Version 2.0

The true is I don't care about license... JUST USE IT, improve it if you can and give me vote up in stack overflow :D.

profile for MiguelHincapieC at Stack Overflow, Q&A for professional and enthusiast programmers



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].