Skip to content

Instantly share code, notes, and snippets.

@RedRussianBear
Created November 26, 2018 17:00
Show Gist options
  • Save RedRussianBear/6b0c97194d2a83f33426a73e8a234cdb to your computer and use it in GitHub Desktop.
Save RedRussianBear/6b0c97194d2a83f33426a73e8a234cdb to your computer and use it in GitHub Desktop.
@Override
public void onResume() {
super.onResume();
// If we've taken a photo, send it off to Clarifai to check
if (photoPath != null) {
new ClarifaiTask().execute(new File(photoPath));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment