The Android Fragment that represents a Map component in an Android app.
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 mapfragmentCan I disable drag functionality when the user tries to drag the map with his fingers without disturbing the Zoom …
android google-maps drag mapfragmentIn this app, I am trying to add a functional V2 google map. I've looked at most of the tutorials …
android xml mapfragmentI 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 mapfragmentI'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 mapfragmentI have problems to access the fragment of the map. getFragmentManager().findFragmentById(R.id.map)) returns always null. I don't …
android google-maps fragment mapfragmentI 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 mapfragmentI 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 mapfragmentI 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 mapfragmentI 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