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
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 3 years ago.
Improve this question
How to do such a thing as the picture when you first start the application? Thanks for help.
You want to create an onboarding screen or slides to introduce the basic functions of your app. There are different ways to achieve this.
This Github Tutorial may help you.
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 a tutorial for using the program, which is the best method for implement it?
I have to implement an imageview inside a listview and the user scroll down the single image? or there are a best method?
thx
you could use this library its easy to use and modify. https://github.com/Espiandev/ShowcaseView
and here is a link in how to use it & theme it.
XDA
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 need to integrate a facebook like button in my app, I also need a share button. I have been reading many post about this topic, but I didn't realize which is the best solution for this.
Is the Webwiew a good solution? If don't which do you recommend
Thanks
Go to Facebook Docs and fill in the fields to get your code:
https://developers.facebook.com/docs/plugins/like-button/
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.
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 currently have a wordpress blog: www.androidfunandmore.info and I was wondering how do I go about making an android app for it?
The easiest way is to add the Mobile plugin to word press and then create a bookmark to it. This makes a web app (not a native app), but it looks good and it's easy.
http://wordpress.org/extend/plugins/wordpress-mobile-edition/