And you can forget abut trying to have more than one map in your application (one per tab for example - unless you implement the tabs in a single activity) . Moronic Google limitation.
On Mar 9, 10:33 pm, Spiral123 <[email protected]> wrote: > have you actually read anything up about tabviews or looked through > the many tabview tutorials on the web? > > I suggest you start > here:http://developer.android.com/resources/tutorials/views/hello-tabwidge... > > On Mar 8, 9:15 am, alok upadhyay <[email protected]> wrote: > > > hi, > > i am working from i week on map view based tutorial and finally got this > > done.What approach i have followed is that: > > 1. i have used the single activity in which user enters a location name in > > text box. > > 2.as soon as the search button is clicked location name is converted into > > lat and lan using geocoder class. > > 3.then passing this lan and lat to a method returning location on the map. > > > Now i want to do some R&D with this code through tabviews. > > MEANS: > > 1.i want initially a single tab consisting of only textbox and search > > button. > > 2.When user click on search button new tab should be open showing location > > that was entered into textbox. > > > Please guide me ! > > Thanks, > > Alok upadhyay, -- 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

