Custombottomsheetbehavior

Custom BottomSheetBehavior for Android that mimic Google Maps behavior
Alternatives To Custombottomsheetbehavior
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
React Google Maps4,4974,324325a year ago101January 05, 2018266mitJavaScript
React.js Google Maps integration component
Google Maps Services Python3,9641,153424 days ago42February 02, 202228apache-2.0Python
Python client library for Google Maps API Web Services
Google Maps Services Js2,6427921384 days ago24April 30, 202021apache-2.0TypeScript
Node.js client library for Google Maps API Web Services
Google Maps For Rails2,3013,85135 years ago103February 17, 201441mitJavaScript
Enables easy Google map + overlays creation in Ruby apps
Mapsmodelsimporter1,964
21 days ago85gpl-3.0Python
A Blender add-on to import models from google maps
Airmapview1,824
12a year ago18October 10, 201927apache-2.0Java
A view abstraction to provide a map user interface with various underlying map providers
Privacy Redirect1,675
16 days ago202gpl-3.0JavaScript
A simple web extension that redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives.
Cordova Plugin Googlemaps1,65745910a year ago63April 09, 202048apache-2.0JavaScript
Google Maps plugin for Cordova
Google Maps Services Java1,59988026a month ago57June 03, 202223apache-2.0Java
Java client library for Google Maps API Web Services
Google Maps React1,5991,321815 months ago37April 21, 2020295mitJavaScript
Companion code to the "How to Write a Google Maps React Component" Tutorial
Alternatives To Custombottomsheetbehavior
Select To Compare


Alternative Project Comparisons
Readme

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



Popular Google Projects
Popular Google Maps Projects
Popular Companies Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Google
Google Maps
Bottom Sheet