This is a programming puzzle/test on Android+Parse platform. The project is an Android application which has Parse Cloud SDK integrated to it. The program utilizes Parse API calls to sign up and login to a cloud based app. And the app enables users to send push notifications (to themselves).
There are 3 kinds of push notifications that the app sends:
- Simple broadcast push notification.
- Structured (JSON based) broadcast push notification.
- Push notification to only the particular user.
The 3rd method is not working for some reason. Find a fix the issue and make it work.
The project uses Android SDK (2.3.3) (API level 10). It uses the parse SDK (www.parse.com).