Skip to content
Abdus-Salaam Muwwakkil edited this page Aug 19, 2014 · 18 revisions

#Welcome to the hungr wiki!

A mobile application to facilitate enhanced customer experiences with Food Vendors

Background of app development: Backend Framework --> Parse.com --> Programming Language - Android (JAVA).

  1. Feature: Push Notifcations
  2. Feature: User Authentication

As noted in the: Parse Android Tutorial

"Push notifications let your application notify a user of new messages or events even when the user is not actively using your application. On Android devices, when a device receives a push notification, your application's icon and a message appear in the status bar. When the user taps the notification, they are sent to your application. Notifications can be broadcast to all users, such as for a marketing campaign, or sent to just a subset of users, to give personalized information."

To achieve this, we have completed a number of steps that can be found here

Clone this wiki locally