[android-beginners] Re: How can I add a transparent & scalable marker on Google map?

2010-01-31 Thread mapper
Thanks TreKing, Let me try as you have suggested. On Jan 29, 7:16 pm, TreKing wrote: > On Thu, Jan 28, 2010 at 10:58 PM, mapper wrote: > > Yes Kevin is right. > > I want the bubble/dialog which can show the information about that > > marker and two images to go another Activity. > > In that cas

Re: [android-beginners] Re: How can I add a transparent & scalable marker on Google map?

2010-01-29 Thread TreKing
On Thu, Jan 28, 2010 at 10:58 PM, mapper wrote: > Yes Kevin is right. > I want the bubble/dialog which can show the information about that > marker and two images to go another Activity. > In that case you don't want to be showing a dialog, though I'm not sure why your code isn't working as post

[android-beginners] Re: How can I add a transparent & scalable marker on Google map?

2010-01-28 Thread mapper
Its really nice to have such a developer who responds very fast. Thanks to both of you. Yes Kevin is right. I want the bubble/dialog which can show the information about that marker and two images to go another Activity. I dont know about Starbucks. Let me see about that. To TreKing : Here i am c

Re: [android-beginners] Re: How can I add a transparent & scalable marker on Google map?

2010-01-28 Thread Kevin Duffey
I think he wants to display a sort of small bubble thing above the marker, not a large dialog with it's own activity. Google maps does this.. you search for Starbucks, it shows 10 red dots, you click on one and it pops up a little bubble over the dot you clicked show minimal info. If you click that

Re: [android-beginners] Re: How can I add a transparent & scalable marker on Google map?

2010-01-28 Thread TreKing
On Thu, Jan 28, 2010 at 1:20 AM, mapper wrote: > It works fine > when I use with Toast but not for Custom Dialog. > When I tried to display custom dialogbox it gives me RunTime error > (Force Close). > How can I show my customDialog on the click of the marker? > That's not much to go on. What's

[android-beginners] Re: How can I add a transparent & scalable marker on Google map?

2010-01-27 Thread mapper
Hi TreKing, I have plot multiple markers on the google map using below. http://developer.android.com/resources/tutorials/views/hello-mapview.html Now I want to display information of the clicked marker in the rectangle which has TextView and two images(Which contains Click event through i can go t