It's not a secret anymore!
The moose likes Android and the fly likes need help on displaying map search result in same activity. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "need help on displaying map search result in same activity." Watch "need help on displaying map search result in same activity." New topic
Author

need help on displaying map search result in same activity.

Senthil Ganesan
Greenhorn

Joined: Jul 29, 2010
Posts: 16
hi frined's,

i have a mapview and it shows the map well,and in header i have search option,after entering search data the search map result to be dispalyed has a new activity,but i need it to on the main activity itself. I'm using the same xml layout for both the map views. here my manifestfile for maps main activity 1st activity:


suppose when in search result map i need to place search option in header means what can i do to get it.

here code for android manifest for search map result class. 2nd activity:


java code for search click event in first activity.

when i use the same code snippet in 2nd activity for search option ,it's not working what i need to add in manifest's 2nd activity. and i also tried to place search (2nd) activity code in my main activity,to display the result in same page but it shows the black empty screen at 1st activity itself.

please help me.

Thanks in advance.
Sankar GaneshB.E
Greenhorn

Joined: Aug 31, 2010
Posts: 5
Haey Man,
try to refer this url this may help you
http://mobiforge.com/developing/story/using-google-maps-android
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: need help on displaying map search result in same activity.
 
Similar Threads
How to pass POJOs / data / values between activities?
Unable to obtain bluetooth adapter
Exception while running my app. (TargetSDK 2.2 API Level 8 running on 1.5 (API Level 3)
[2010-08-16 10:31:07 - HelloDatePicker] New package not yet registered with the system
My Custom Intents do not work