Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hogelog/aws-mobile-sdk-example

AWS Mobile SDK Example Application (Push Notification)
https://github.com/hogelog/aws-mobile-sdk-example

Last synced: 24 days ago
JSON representation

AWS Mobile SDK Example Application (Push Notification)

Awesome Lists containing this project

README

        

# aws-mobile-example
AWS Mobile SDK Example Application (Push Notification)

## How-to
Configure [AwsConstant.java](https://github.com/hogelog/aws-mobile-sdk-example/blob/master/app/src/main/java/org/hogel/anyevents/constant/AwsConstant.java)
and [strings.xml](https://github.com/hogelog/aws-mobile-sdk-example/blob/master/app/src/main/res/values/strings.xml).

## Publish notification for this app.
Call [SNS Publish API](http://docs.aws.amazon.com/sns/latest/APIReference/API_Publish.html)
to your SNS Topic[#](https://github.com/hogelog/aws-mobile-sdk-example/blob/master/app/src/main/java/org/hogel/anyevents/constant/AwsConstant.java#L12).