I am trying to create an application that automatically uploads an image to my server . The idea is that the user creates a picture with a native / normal camera, and my application receives a notification (catches the event) and downloads the image (in the background).
I found a solution for Windows Phone ( see here ), but not for Android. How can i do this? - Is it technically possible even(with API data) or is it a special function only for contract services ( Facebook or Dropbox to do this )?
Thank!
source
share