I developed this application as an exercise to learn more about Parse by implementing the basic functionality behind the popular Yo app.
With this application you can do the following:
- Create an account
- Sign into your account
- Add a friend(s)
- Send push notification to your friend(s)
To build and run this application on your device, follow these steps:
-
Clone this repo
git clone [email protected]:michaelcarrano/sup.git
-
Import project into Android Studio
-
Create an account at Parse
-
Create a Parse app and configure the push notification settings.
-
Add your App ID and Client Key
Feel free to open a pull request with any bug fixes or new functionality.
It would be awesome if people are interested in contributing this same application but for a different platform such as iOS or Windows Phone.
You can download this application from Google Play - https://play.google.com/store/apps/details?id=com.michaelcarrano.sup
Copyright 2013 Michael Carrano
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 at
http://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.