Ch9: Marker not displayed (couldn't get connection factory client)
See page 316-
My marker doesn't show up on the map (in emulator). Otherwise the map's working fine with zooming and so on. I wonder if this is related to the one error message my log cat shows:
"MapActivity. Couldn't get connection factory client"
Immediately before the error message, log cat says:
"MapActivity. Handling network change notification:CONNECTED"
The error message comes when the inner class MapOverlay is called, after the BitmapFactory statement. The MapOverlay class is never entered (since my Log statements there never are logged).
Also, I wonder if it's normal that the garbage collector reports freeing tens of thousands of objects when this application is running. Has it to do with the internet connection?
Thanks for any input!
|