Top "Mapactivity" questions

An Android base class with code to manage the boring necessities of any activity that displays a MapView.

Android MapActivity : Couldn't get connection factory client

I'm trying to get the Map demos working, as provided in the Google API sample projects.  I am using AVDs …

android google-maps mapactivity mylocationoverlay
Map activity in android

I have created map actvity.But its not showing map on mapview.just showing blank blocks. is there any solution? …

android google-maps mapactivity
MapFragment causing NullPointerException at getMapAsync(this) method

I have implemented an activity which adds MapFragment at run time. The MapFragment xml has static fragment and I'm trying …

android android-fragments nullpointerexception supportmapfragment mapactivity
'Uncaught exception thrown by finalizer' when opening MapActivity

I have these lines in my code: // create tab4 intent = new Intent(this, ActWhereAmI.class) .addFlags(Intent.FLAG_ACTIVITY_CLEAR_…

android exception finalizer mapactivity
Please help: android.view.InflateException: Binary XML file line #3: Error inflating class com.google.android.maps.MapView

I wrote the Get Point application (https://market.android.com/details?id=jv.android.getpoint&feature=search_result) to …

android maps inflate mapactivity
Creating an SQLite Database to store Geopoints and read them onto MapActivity

i am trying to create a Map Activity and i have been able to successfully have a static string of …

android sqlite mapactivity