Android - ScrollView like foursquare with maps + list

OferM picture OferM · Aug 28, 2013 · Viewed 7.2k times · Source

This is the Android equivalent of this iOS question.

Trying to create a view that contains a MapView at about 20% of the screen (under an ActionBar...) and the rest of the screen is a ScrollView that when scrolling down, overlaps on top of the MapView and hides it. In short like FourSquare's Android app. Any ideas?

Answer

Dmitry L. picture Dmitry L. · May 19, 2014

I've made an implementation based on AndroidSlidingUpPanel (many thanks to this project).

enter image description here

Details http://android.amberfog.com/?p=915 Source code with example: https://github.com/dlukashev/AndroidSlidingUpPanel-foursquare-map-demo