Page 1 of 1

background picture uploading service/app

Posted: Sun Jan 04, 2015 7:14 pm
by M&M

Hi,

I need to create an app that will be continuously running in the background(as a service?) that will check the album/gallery for pictures and upload the files into remote server, and delete it ftom the phone . How do I achieve this?

Regards,
MnM


background picture uploading service/app

Posted: Mon Jan 05, 2015 3:47 am
by Yurii Orishchuk

Hi M&M,

You can do it with custom generic service.

Read more about it here: http://devcenter.appery.io/documentat...

In this service you can:

  1. Invoke other services.

  2. Manage services workflow.

  3. Combine services results and trigger success/complete events.

    Regards.