[android-developers] Re: MapView

2010-02-09 Thread Aamir Yaseen
er navigate through next/previous buttons. I am using StateListDrawable to draw these icons, but I dont know how to change state of any OverlayItem from onClick() of my navigation buttons. Any help will be much appreciated. Thanks, Aamir Yaseen -- You received this message because you are subscri

[android-developers] Re: MapView

2010-02-10 Thread Aamir Yaseen
essary. that's my question, how can I update/change icon of my overlay item? any idea? Thanks, Aamir On Feb 9, 6:23 pm, TreKing wrote: > On Tue, Feb 9, 2010 at 11:07 AM, Aamir Yaseen wrote: > > > We are displaying multiple events/venues on map (just like search on > > goog

[android-developers] Re: MapView

2010-02-10 Thread Aamir Yaseen
ain, Aamir On Feb 10, 3:39 pm, TreKing wrote: > On Wed, Feb 10, 2010 at 7:05 AM, Aamir Yaseen wrote: > > > >>when the focus changes and can update your overlays as necessary. > > that's my question, how can I update/change icon of my overlay item? > > > any

[android-developers] Re: MapView

2010-02-23 Thread Aamir Yaseen
changing icon/look and feel of any component depending upon its state :) Special thanks to TreKing for the help. Regards, Aamir Yaseen On Feb 10, 5:26 pm, TreKing wrote: > On Wed, Feb 10, 2010 at 11:21 AM, Aamir Yaseen wrote: > > > what do you suggest in this case? > > I hav

[android-developers] MapView OnTouchListener is firing only once

2009-12-15 Thread Aamir Yaseen
on mapview onTouch function of OnClickListener is never called after executing once. Is there any work around for this? I am attaching Code snippets: public class SearchResultsMapView extends MapActivity { private MapView mapView; @Override public void onCreate(Bundle s