In my application I would like to mark different spots on a map. What I m now wondering is if there s a way to use a simple 9-patch image and add the spot s name as text to it or would I need to draw everything myself (including the text) in the draw()
method of ItemizedOverlay
?
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...