Android - ScrollView like foursquare with maps + list
问题 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? 回答1: I've made an implementation based on AndroidSlidingUpPanel (many thanks to this project). Details http://android.amberfog.com/?p=915 Source code with example: https://github