mWater / mWater-Android-App

An Android App that snaps a picture of a petrifilm, counts the bacteria and posts the counts on a server for the mWater project
https://github.com/AndroidImageProcessing
GNU General Public License v3.0
24 stars 16 forks source link

Sync Button: query the un-uploaded images #6

Closed cesine closed 12 years ago

cesine commented 12 years ago

The ServerSync activity is launched by a button by the user when they have wifi (or 3g) connectivity. It cycles through the db, getting rows that haven't been uploaded and launches an intent for each to the UploadImageService.

This activity should be pretty straight forward to code. If the connectivity failes then the UploadImageService simply wont tag the images as uploaded and they will be retried later.

cesine commented 12 years ago

This has taken a lesser priority, instead Im going to try to get the OpenCV on Android architecture set up for issue #28 so that Iteration 3 can make progress