Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Can any one tell me how to show current weather condition of a current location in android.
Is there any examples available to achieve this?
Suggestion please.
Thanks for your precious time!..
Use the Free Local Weather REST API. In the api, there is a provision to get weather of location in longitude/latitude. Return types are in JSON, XML etc
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I'm a newbie to Android and I'm trying to view rating of nearby places i.e. hospitals, restaurants etc.
I cant seem to do it. How can it be done?
You need to implement Google Maps in your app and by the use of place search API, you can achieve your goal. Detailed information are in the documentation below.
Place search API documentation
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I want to get move direction accurately in my android app. using accelenometer and GPS I do not know how much it is possible to get by using accelenometer and GPS
please help me
Try reading tutorials in the android.developer website. You can begin from here
*Also try not to post questions that are incomplete and already answered. Happy coding .
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
How to send my current location via SMS? in Android. Can I get the Source code please.
Thanks in advance.
To send a SMS you can use the SmsManager API : http://developer.android.com/reference/android/telephony/SmsManager.html
And a little search on Google give me this result on how to use the GPS : How to get current location in Android or you can make a little search in the Android API Manuals.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to retrieve application details like category, price, ratings etc information and display in my list view. How can I get these details of an app? or Is there any way to retrieve all these info of an app depending on package name programmability
Don't think that Google has officially API for that.
But you can try this.
Or you can write your own parser of html page.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Im working on a android application. I want to search places using that application but in the url location parameter is a mandatory parameter. In my application user can freely search places. So in that case I don't know the location of the places that user searching. So how can I can search places without the location parameter?
Thanks
Try Text Search Requests. Only a query is required.