Android Notification for ODK Aggregrate

Hi all,
I want to add a feature in my android app where I get notification every
time data is uploaded on my instance of ODK Aggregrate. Please help.

The easiest way to do this is to use the publish-to-external-service
functionality.

You would write your own 'notification service' that would transmit an
alert to your app. Model this after one of the service classes here:
http://code.google.com/p/opendatakit/source/browse?repo=aggregate#hg%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendatakit%2Faggregate%2Fexternalservice

Then you would simply need to set up a publisher to your 'notification
service' for each form you wanted to be notified of. ODK Aggregate will
take care of restarting and resending notifications to your app until they
are successful.

Mitch

ยทยทยท On Mon, Nov 5, 2012 at 9:53 PM, Akshit wrote:

Hi all,
I want to add a feature in my android app where I get notification every
time data is uploaded on my instance of ODK Aggregrate. Please help.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com