mapactivity Questions

5

Solved

I have implemented an activity which adds MapFragment at run time. The MapFragment xml has static fragment and I'm trying to get add at run time. Also I found there are some issues in Lollipop addi...

1

Solved

I've successfully converted most of my app to use ActionBarCompat by extending ActionBarActivity on most activities, however... I have a MapActivity class and need this to work here as well. How w...
Mensuration asked 31/7, 2013 at 20:37

4

I keep getting this error when launch my app on my galaxy Tab 2 (Samsung). The app i'm developing is quite complicated and it is very hard to track down where this error originates from. So I start...
Salleysalli asked 28/10, 2012 at 19:36

8

I'm trying to get the Map demos working, as provided in the Google API sample projects.  I am using AVDs and have tried with versions 8, 10 and 11 and get the same issue. I've generated my own deb...
Varion asked 15/5, 2011 at 6:17

2

Solved

I am writing this android application where in I have many activities that extend the Activity class. I also need an activity that uses MapView to show the Map along with a ListView in the screen (...
Ahvenanmaa asked 31/3, 2011 at 1:13

5

Solved

When my map activity is called I make a call in the onCreate to addUserMapPoint. This function contains two instances where I try to get the location information using myOverlay.getMyLocation. On t...

3

Solved

I have these lines in my code: // create tab4 intent = new Intent(this, ActWhereAmI.class) .addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); tabspecWhereAmI = tabHost .newTabSpec("tab4") .setIndicator...
Kilah asked 17/10, 2012 at 10:6

1

This is my main activity import java.net.HttpURLConnection; import java.net.URL; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import org.w3c.dom.Docum...
Basle asked 13/8, 2012 at 10:47

0

package com.hands; import java.io.IOException; import java.io.InputStream; import java.net.MalformedURLException; import java.net.URL; import java.net.URLConnection; import java.util.ArrayList; im...
Sacrifice asked 13/8, 2012 at 6:6

1

I have an activity with a listView, where each item can be expanded when clicked, showing a mapView. If another item is clicked, the open item is closed. The activity extends MapActivity, and ther...

1

Solved

I'm using the Sherlock Action Bar extensively throughout my application, but I have an activity which inherits from a MapActivity, and thus I can't make it inherits from SherlockActivity. Is there...
Helios asked 5/7, 2012 at 9:25

2

Solved

I'm trying to display a map in a set of tabs, using fragments. The problem I'm having is the map activity disappears if the user navigates to another fragment, then back. How can I display a MapAct...
False asked 11/1, 2012 at 23:45

1

Solved

I want to monitor when someone moves to another place on the map in a MapActivity but I have no idea how to do that. Maybe some sort of OnMapChange() listener?
Enchanting asked 6/1, 2011 at 21:36
1

© 2022 - 2024 — McMap. All rights reserved.