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 4 days ago.
Improve this question
recently tried Google Books API and got beautiful result.
I want to create a small android window which can show me products from amazon.
it will be great help if you can help me even a littile bit of it.
Try Amazon's product advertising API.
https://docs.aws.amazon.com/AWSECommerceService/latest/DG/Welcome.html
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 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 5 years ago.
Improve this question
I'm using the places API with Google Maps. I want that whenever I pick a country I am able to adjust the viewport to the size of the country.
Any idea on how to achieve this?
On the PlacesApi I can't get any information related to it (I guess)
I did a quick Google search and stumbled upon this stackoverflow answer:
It seems to answer your questions.
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 am trying to make an android app store in other language I mean separate from Google Play. Is there any way to have an app like Google Play but customizable for my app store.
thank's in advance.
There is FDroid - which might be exactly what you want. https://f-droid.org/
Open source code for FDroid: https://gitlab.com/fdroid/fdroidclient
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 would like to implement an activity with 3 button.
The first is for use the application for 0.99$
The second is for use the application with the default data for 4.99$
and the last button is for the buy the full application.
how can implement this? there are some examples like this?
thx
Google has a really handy tutorials for this:
An overview of Google's billing setup:
https://developer.android.com/google/play/billing/index.html?hl=az
Actually implementing it:
http://developer.android.com/google/play/billing/billing_integrate.html
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
How to implement Google Cloud Message in an Android application?
We can't really give you the code as each application has it's own unique features.
But I can tell you what are the best/common sources.
First of all - read the official documentation (it's really step by step) - Here
Second, Here's a nice tutorial with code to implement, check this one out
Hope it will help you.