Reputation: 33
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?
Upvotes: 3
Views: 3158
Reputation: 9009
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
Upvotes: 9
Reputation: 382
For the sliding up scroll you can use the SlidingUpPanel by umano. GitHub
Upvotes: 0