https://github.com/naman14/armageddon-2014
App for the Annual Tech Week of IET DTU
https://github.com/naman14/armageddon-2014
Last synced: about 1 month ago
JSON representation
App for the Annual Tech Week of IET DTU
- Host: GitHub
- URL: https://github.com/naman14/armageddon-2014
- Owner: naman14
- Created: 2014-10-07T09:00:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-07T09:35:11.000Z (over 10 years ago)
- Last Synced: 2025-03-21T22:41:33.695Z (about 1 month ago)
- Language: Java
- Size: 21.2 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Armageddon-2014
===============App for the Annual Tech Week of IET DTU.
The official app of Armageddon 2014 gives you a glimpse of the events to be organized in the tech week along with coordinators for events and their contact details.
Armageddon 2014 app also enables push notifications so you can get important notices in your notifications.
Push Notifications uses Google Cloud Messaging and a open source server as a cloud endpoint.
Server is located at http://gcm4public.appspot.com/Using this server is not advisable as it is hosted on Google App Engine and thus has its limitations and should not be
used if user base is in thousands.Do remeber that GCMBaseIntentService is deprecated so you should use GoogleCloudMessaging API instead
License
===============Copyright (C) 2014 Naman Dwivedi ([email protected])
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.