I am trying to add infowindows to markers/pushpins on the map. ATM, it is not working. Current code: TravelBuddy.java/TabHost
package com.jappapps.android.travel
Unfortunately, Android Google Maps API does not provide info windows for markers/pushpins. You have to write that by yourself. However, there is 3rd party open source 'library' which implements it and it is available here:
http://github.com/jgilfelt/android-mapviewballoons
You have to add this line to your code:
mapOverlays.add(itemizedoverlay);