Top "Mapfragment" questions

The Android Fragment that represents a Map component in an Android app.

MapFragment in Fragment, alternatives?

I need your help... I work on it until 3 days. My app is working with fragments. One of these fragments …

android fragment google-maps-android-api-2 mapfragment
Android Google Maps: disable dragging in MapFragment

Can I disable drag functionality when the user tries to drag the map with his fingers without disturbing the Zoom …

android google-maps drag mapfragment
Binary XML file line #8: Error inflating class fragment, Google Maps

In this app, I am trying to add a functional V2 google map. I've looked at most of the tutorials …

android xml mapfragment
Should I use MapView or MapFragment

I am not sure whether I should be using MapView or stick to using a MapFragment. My application is an …

android google-maps android-mapview google-maps-android-api-2 mapfragment
Moving MapFragment (SurfaceView) causes black background flickering

I'm trying to implement new Android Google Maps API (v2). However it doesn't seem to go well with SlidingMenu. As …

android surfaceview android-maps android-maps-v2 mapfragment
Mapfragment findFragmentById always null

I have problems to access the fragment of the map. getFragmentManager().findFragmentById(R.id.map)) returns always null. I don't …

android google-maps fragment mapfragment
Binary XML file line #1: Error inflating class fragment MapFragment

I have a navigation drawer with some fragments. Each Fragment has a MapFragment in the layout. Initially, when the app …

android google-maps android-fragments supportmapfragment mapfragment
How to disable the map rotation feature in the Android Map Fragment

I use the Google Maps Api Version 2 for Androidto add a MapFragment to my Application. This Fragments improves a lot …

android google-maps google-maps-android-api-2 mapfragment
How do I get the coordinates of a map on tap with MapFragment (not MapView)?

I have searched around on how to get the coordinates of a location when the map is tapped. However, most, …

android location touch-event google-maps-android-api-2 mapfragment
"MapFragment cannot be resolved to a type" even though I am on API level 17

I just started using MapFragments, and I can get the Map to show in my Activity. I just use a …

android android-fragments android-mapview mapfragment