Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Material Design how Google Maps

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?

Bottom panel


Scroll

like image 765
Иван Король Avatar asked Feb 21 '26 09:02

Иван Король


1 Answers

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

like image 164
Bharatesh Avatar answered Feb 24 '26 10:02

Bharatesh