Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhangyuan/tomorrow
News flow
https://github.com/zhangyuan/tomorrow
Last synced: 21 days ago
JSON representation
News flow
- Host: GitHub
- URL: https://github.com/zhangyuan/tomorrow
- Owner: zhangyuan
- Created: 2014-06-12T01:48:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-06T12:15:08.000Z (over 10 years ago)
- Last Synced: 2024-10-27T14:56:56.142Z (2 months ago)
- Language: Java
- Size: 938 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tomorrow
========The app is built with AVOS Cloud as backend server and Android Studio as IDE.
# How to build the app
1. Create an app on .
2. Create `Post`, `Reply`, `ReplyLog` on AVOS control pannel. The schemas are as below:
* Post: title(String), image(File), content(String)
* Reply: content(String), post(Pointer, targets at Post)
* ReplyLog: deviceId(String), line1Number(String), subscribedId(String), reply(Pointer, targets at Reply)
3. Make sure all classes have correct authorities.
4. Copy `tomorrow/src/main/assets/app.properties.example` to `tomorrow/src/main/assets/app.properties`, then copy the app_id and app_key from AVOS cloud website and paste into `tomorrow/src/main/assets/app.properties`.
5. Build the app in Android Studio.