@Q1. for me to click the menu item that creates the new activity, i press back in the new activity. so basically i am creating new activities, and pushing it onto the activity stack. a workaround i did was to call finish() so, that the old activity is wel, finished. but it causes problem, if i press the back button on the emulator, it crashes sometimes.
@Q2. yah, i was searching a lot for it, i guess i have to use overlays, with my own textview inside, make it scrollable etc. it sucks tho, that google hasnt made it public. it should be right there in the API. > > > Hi, > > > I have two unrelated questions: > > > 1. I have this code, where I use putExtra(), and create an intent, and > > > use getExtra() in the new intent. This happens on a menu press. > > > But when I use the menus repeatedly, a lot of intents are created. and > > > pressing the back button of emulator cycles through all the intents. > > > Is there any way to limit my program between the intents I have > > > created? or is there any function I need to use? > > > > 2. Is there anyway to create this, on a > > > MapView?http://i44.tinypic.com/105y5n7.gif > > > > Thanks -- 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 To unsubscribe, reply using "remove me" as the subject.

