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.
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 hours ago.
Improve this question
I want to become an Mobile Application developer and i had just finished a beginner course on Android dev using Kotlin.Can any one suggest me what should be my next step towards my goal.What topic should i learn next?
Should it be Flutter,Jetpack,Firebase,Retrofit,React Nativ etc.
I need mentorship!
Roadmap to Mobile Application Developer
You should learn these:
DataBinding
Coroutine
LiveData and Flow
or these:
Navigation
Room
I think it's important to 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 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
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
I'm beginner android programmer
I am going to start project of chatting android app but seems different from what I know but I've tried to search questions that have been asked they only give codes to copy paste, my question is what do I need to know additionally to create android chatting app ? Give me the topics no code that will be my job to do , thank you
Firebase or Google Cloud Messaging, Starting with Firebase is a good idea. You need to know to make http resquests "Communications" with server side.
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
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/