I want to search city name then show city name and temperture in listview automatic

Thank you in advance

link|improve this question
6  
Not downvoting but please put some efforts in your question. If you are new here, see this link; stackoverflow.com/faq#howtoask – Mudassir Aug 19 '11 at 6:24
feedback

closed as not a real question by ingsaurabh, Mat, jtbandes, Paresh Mayani, Mudassir Aug 19 '11 at 6:24

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

2 Answers

Based on your questions I believe you're in a little over your head for making a weather app that grabs information from the web. Start with some tutorials here:

http://developer.android.com/resources/browser.html?tag=tutorial

Read up on activities and views and complete some basic tutorials before you dive into a project like that.

link|improve this answer
this tutorial don't help me anything – Smith Aug 19 '11 at 4:53
the whole idea is to learn and understand what your doing. Then you can make your own applications. And that link has multiple tutorials. A ListView one is under "Hello Views". – B.Young Aug 19 '11 at 4:54
i want about search and get value from google. How can i do? – Smith Aug 19 '11 at 5:00
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.