Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/hogelog/aws-mobile-sdk-example
- Owner: hogelog
- License: mit
- Created: 2015-06-16T02:23:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T11:45:08.000Z (over 9 years ago)
- Last Synced: 2023-04-13T16:16:51.979Z (almost 2 years ago)
- Language: Java
- Size: 203 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).