yeah i think SDK doesn't provide us to that functionality, so you must included other things like .XML which give us a layout resource, etc.
On 11/21/10, Frank Weiss <[email protected]> wrote: > The Android SDK doesn't provide this functionality ready-to-go, but it can > be easily implemented with a custom view class that extends FrameLayout, a > controller class, a nine-patch image, and a layout resource (XML). You ought > to be able to google for several solutions. Try the keyords mapview and > balloon. > > IMO implementing it yourself is a valuable exercise that adds to your > understanding of the Android SDK. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

