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.
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 6 years ago.
Improve this question
Is there a way to count how many users currently installed my app on their phone , then show the result for example in a text View ?
According to this answer there is an open source called Andlytics Project which will enable you to reach your goal, also you can view this library called segment which as they said it enables you to :
Collect customer data with one API and send it to hundreds of tools
for analytics, marketing, and data warehousing.
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
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 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 9 years ago.
Improve this question
I'm developing an app to get Location name then put it into a googlemap and display that location wiki page . I tied to search but There is some phonegap android app .
My question is : Is there any Wiki API for android native app to get and search information ? and how to implement it ?
I did a Google search for wiki API and it brought me here:
http://www.mediawiki.org/wiki/API:Main_page
It is not specifically for android but it should be able to work for you.
An example:
http://en.wikipedia.org/w/api.php?format=json&action=query&titles=API&prop=revisions&rvprop=content
If you can not find a usable api, you can use JSoup to parse wikipedia and return relevant information or you can build a url based on user's input and implement a webview