casper
casper

Reputation: 461

android transaction notification from webserver

I have made a website about online shopping, I want each transaction order provide alarm notification to my android application. What is needed to make this and how to get started?

Upvotes: 2

Views: 195

Answers (2)

full.stack.ex
full.stack.ex

Reputation: 1747

The keywords are "android push notifications".

If publishing only on GooglePlay, their official API is what you need.

Otherwise, consider alternatives, e.g., here: Push Notifications in Android Platform

Upvotes: 0

mram888
mram888

Reputation: 5139

Are you talking about push notifications?

Upvotes: 1

Related Questions