I am searching for a solution that will place an OverlayItem on a simple class extends View. All tutorials about OverlayItems are showing only how to set them up on MapView. I know, there's that method, getOverlays() or something, which returns ArrayList of OverlayItems. All is clear here. The problem starts when I am using normal view which is needed, because I am drawing things and showing them to user using that view. My target is to put OverlayItems that will act like those on map (with balloons).
Any ideas or workarounds? I'm in a dead point.