Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhangyuan/notify
Notifications reader
https://github.com/zhangyuan/notify
Last synced: 21 days ago
JSON representation
Notifications reader
- Host: GitHub
- URL: https://github.com/zhangyuan/notify
- Owner: zhangyuan
- Created: 2014-08-07T09:54:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-16T16:08:20.000Z (over 10 years ago)
- Last Synced: 2024-10-27T14:56:57.117Z (2 months ago)
- Language: Java
- Size: 2.79 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hello, Notify
This app is initially built for receiving alerts and notifications.
## How to build
Notify depends on [AVOS Cloud](https://cn.avoscloud.com/) service. An app must be created in AVOS Cloud console first.
* Open the project with Android Studio.
* Copy `app/src/main/assets/app.properties.example` to `app/src/main/assets/app.properties`. Then copy the `app_id` and `app_key` from AVOS Cloud app and paste into it.
* Make the project.## Push message data structure
Example:
```
{
"where": {
"channels": [
"public"
]
},
"data": {
"action": "com.avos.UPDATE_STATUS",
"type": "message",
"id": 1,
"title": "You...",
"content": "You may say I'm a dreamer, but I'm not the only one"
}
}
```## License
Notify is released under the [MIT License](http://www.opensource.org/licenses/MIT).