I am developing an application similar to Google Maps. I want that when clicked on the marker bottom panel, it should go to the information and just like the Google Maps it should scroll up and fill to full screen. Please tell me how they have done it? and how it can be implemented?
Asked
Active
Viewed 2,951 times
2 Answers
9
Well now no need to use third-party libraries. Now its called as Bottom Sheets which is introduced in Design Support Library 23.2.
You can have look into SO : Android How to implement Bottom Sheet from Material Design docs
-
@war_Hero nope, one thing is bottomSheet, another thing is the image that came up when you are dragging the bottomSheet – MiguelHincapieC May 19 '16 at 21:53
-
@MiguelHincapieC that can be part of your bottom sheet UI. – Bharatesh May 20 '16 at 04:52
-
Yeah, you are right, but no idea if OP got "all behavior like" google maps or just the bottomsheet, because I have not found a well explained example of it (the image that comes up when sliding up) using official bottomsheet. – MiguelHincapieC May 20 '16 at 05:52